  @font-face {
  font-family: 'ms pgothic';
  src: url('/fonts/ms_pgothic.woff2') format('woff2');
}
body {
    background-color: white;
    color: #ff6ea1;
    font-family: 'ms pgothic';
}
a {
  font-size: 15px;
  color: #4bbe93;
  text-decoration: none;
  transition: transform 0.3s ease;
}
a:visited {
  font-size: 15px;
  color: #4bbe93;
  text-decoration: none;
  transition: transform 0.3s ease;
}
a:hover {
  color: #88e49f;
  text-decoration: none;
  transform: scale(1.05)
}
h1 {
    text-align: center;
    color: #ff6ea1;
    font-family: 'ms pgothic';
    font-weight: bold;
    font-size: 17px;
}
h3 {
    text-align: center;
    color: #ff6ea1;
    font-family: 'ms pgothic';
    font-weight: bold;
    font-size: 15px;
}
#iheartmyputer {
  height: 400px;
  padding-top: 60px;
  }
  ul, li {
    list-style: none;
    }
 .blog-link {
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
    text-decoration: none;
}
.blog-link:hover {
    transform: scale(1.05);
    color: #88e49f;
}