@font-face{
  font-family: Futura;
  src: url(futura.otf);
}

body{
  margin: 0;
  padding: 0;
  background-color: black;
}

#container{
  position: absolute;
  top: 30%;
  font-family: Futura;
  width: 100%;
  text-align: center;
  font-size: 10em;
  color: white;
}
