@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: #ff6ea1;
  text-decoration: none;
  transition: transform 0.3s ease;
}
a:visited {
  font-size: 15px;
  color: #ff6ea1;
  text-decoration: none;
}
a:hover {
  color: #ff2e77;
  text-decoration: none;
  transform: scale(1.05);
}
h1 {
    text-align: center;
    color: #ff2e77;
    font-family: ms pgothic;
    font-weight: bold;
    font-size: 17px;
}
.post-preview {
  font-size: 13px;
  color: #888;
  margin-top: 5px;
  margin-left: 20px;
}
#blogTitleH1, #header {
    display: none;
    color:white !important;
}