@font-face {
  font-family: "Bodoni";
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url("../fonts/BodoniXT.ttf");
}
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url("../fonts/Muli-SemiBold.ttf");
}
header {
  color: #E63453;
}
.main {
  background-color: #F2F2F2;
}
footer {
  background-color: #E63453;
  color: white;
}
* {
  font-family: Muli;
}
h1 {
  font-size: 1.2em;
}
p {
  font-size: 0.9em;
  margin-bottom: 0;
}