body {
  background: white;
  background-repeat: repeat;
  background-size: cover;
}
h1 {
  font-size: 90px;
  text-align: center; 
  color: black;
  font-family: "mfw";
}
h2 {
  font-size:50px;
  text-align: center;
  color: black;
  font-family: "mfw";
}
h3 {
  font-size:30px;
  text-align: center;
  color: black;
  font-family: "mfw";
}
p {
  font-size:20px;
  line-height:50px;
  text-align: center;
  color: black;
  font-family: "mfw";
  width:900px;
  margin: auto;
}
iframe {
  justify-content: center;
  text-align: center;
}
ul {
  text-align: center;
  color: black;
  font-family: "mfw";
}
li {
  text-align: center;
  color: black;
  font-family: "mfw";
}
div {
  text-align: center;
}
a {
  color: #1DA0C3;
}
img{
  justify-content: center;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@font-face {
  font-family: "mfw";
  src: url("mfw-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  