*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  background:#f4f4f4;
  color:#0014c8;
  font-family:"Times New Roman",Times,serif;
}
.page{
  width:100%;
  max-width:900px;
  margin:0 auto;
  background:#f4f4f4;
}
.post{
  margin:0 0 36px;
  padding:0;
}
.post h2{
  margin:0 0 25px;
  font-size:30px;
  line-height:1.16;
  font-weight:700;
}
.post a{
  color:#0014c8;
  text-decoration:none;
}
.post a:hover{text-decoration:underline}
.date{
  margin:0 0 8px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:21px;
  line-height:1.25;
  color:#0014c8;
}
.image-placeholder{
  width:87px;
  height:42px;
  border:1px solid #d8d8d8;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:Arial,sans-serif;
  font-size:18px;
  color:#fff;
}
.image-placeholder::before{
  content:"?";
  display:flex;
  align-items:center;
  justify-content:center;
  width:21px;
  height:21px;
  background:#2696bd;
  border:1px solid #1c6f90;
  box-shadow:inset 0 0 0 1px #bce8f5;
}
.image-placeholder{font-size:0}
footer{
  max-width:900px;
  margin:10px auto 30px;
  color:#333;
  font-family:"Times New Roman",Times,serif;
  font-size:16px;
}
@media(max-width:600px){
  .page,footer{width:100%}
  .post h2{font-size:29px}
  .date{font-size:20px}
}
