
html,
body {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  background-color: #D7CCC8;
  font-family: Verdana;
  text-align: center;
}

#wrapper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

#tf {
  width: 100%;
  height: 800px;
}

h1 {
  font-family: Archivo Black;
  color: #000000;
  font-weight: normal;
  text-shadow: 3px 3px 0px #ffffff;
}

img, video {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  h1 {
    font-size: 1rem;
  }

  footer {
    font-size: 0.5rem;
  }
/*
  #tf {
    height: 500px;
  }*/
}
