body {
  background: black;
  background-image: url("vines.png");
  background-repeat: repeat;
  background-size: cover;
}
h1 {
  font-size: 90px;
  text-align: center; 
  color: white;
  font-family: "mfw";
}
h2 {
  font-size:50px;
  text-align: center;
  color: white;
  font-family: "mfw";
}
h3 {
  font-size:40px;
  text-align: center;
  color: white;
  font-family: "mfw";
}
p {
  width:80%;
  text-align:center;
  margin: auto;
  font-size:30px;
  line-height:50px;
  color: white;
  font-family: "mfw";
}
iframe {
  justify-content: center;
  text-align: center;
}
ul {
  text-align: center;
  color: white;
  font-family: "mfw";
}
li {
  text-align: center;
  color: white;
  font-family: "mfw";
}
div {
  text-align: center;
}
a {
  color: #1DA0C3;
}
@font-face {
  font-family: "mfw";
  src: url("mfw-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  