@font-face{
  font-family: "BaileySignature";
  src: url("./fonts/BaileySignature-WpAMG.ttf") format("truetype");
}
body {
  background-color: #f0fbff;
  color: black;
  font-family: Verdana;
}

.title {
  font-family: 'BaileySignature', sans-serif;
  color:rgb(52, 83, 130);
}

.post-card {
  height: 300px;
  background-color: white;
}

.post-title {
  font: bold 24px/1.4 'Garamond', serif;
  color: #08315c
}