
body{
  font-family: "Bahnschrift";
  background: url('../img/dj_compressed.jpg');
  background-size: cover;
  background-position: bottom 35% left;
}

section {
  height:100vh;
}
section .container {
  height:100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section .container h1 {
  background: rgba(255,255,255,0.5);
  padding:15px;
}
