@font-face {
  font-family: "Yeseva One";
  src: url("fonts/Yeseva_One/YesevaOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("fonts/Josefin_Sans/static/JosefinSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


body {
  margin: 0;
  padding: 0 0 50px 0;
  background-color: #ffedf1;
  color: #3d3d3d;
  font-family: Josefin Sans;
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

h1 {
  color: #d33d93;
  font-family: Yeseva One;
  font-size: 60px;
  margin: 40px 0 10px 50px;
}

h2 {
  text-align: center;
  color: rgb(149, 58, 113);
  font-family: Yeseva One;
  font-size: 40px;
  margin: 80px auto 15px auto;
}

div.c {
  margin: 0 auto;
  width: 43%;
  max-width: 700px;
}

time {
  display: block;
  text-align: center;
  color: rgb(149, 58, 113);
  font-family: Josefin Sans;
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: -5px;
}

strong {
  color: #1e1e1e;
}

a {
  color: #d33d93;
}
