html {
  height: 100%;
}

body {
  background-position: center top;
  background-image: url("images/BTAS-I-Am-The-Night.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

h1 {
  font-size: calc(6.8vw + 6vh);
  font-family: 'Open Sans', sans-serif;
  color: #FF69B4;
}

img.neo-logo {
  position: fixed;
  bottom: 10px;
  right: 10px;
}