body {
  background: #000;
  font: 12pt 'Josefin Sans', sans-serif;
  text-align: center;
  color: #4d4f53;
  box-sizing: border-box;
}

.video {
  width: 560px;
  height: 315px;
}

.page {
  width: 600px;
  text-align: left;
  margin: 35px auto 0;
}

a {
  color: #4d4f53;
  text-decoration: none;
}
a:hover {
  color: #00a5ff;
}

@media screen and (max-width: 600px) {
  .page {
    width: 350px;
  }
  .video {
    width: 350px;
    height: 196px;
  }
}

header {
  color: #4d4f53;
  font-family: 'Bungee', sans-serif;
  text-align: center;
  font-size: 14pt;
  padding-bottom: 35px;
}

h1 {
  font-family: 'Bungee', sans-serif;
  font-size: 12pt;
  line-height: 8pt;
}

.nav {
  font: 16pt 'Josefin Sans', sans-serif;
  text-align: center;
  padding: 35px 0;
}

.nav a {
  text-decoration: none;
  padding: 0 5px;
  font-weight: 300;
}