body {
  background: url("sunset.jpg") no-repeat center bottom fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: black;
}

.header {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 25%;
  color: #ffffff;
  font-family: 'Fjalla One', sans-serif;
  font-size: 82pt;
  opacity: 0.15;
  animation: fadein 3s;
}

.links {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 90%;
  color: #fed869;
  font-family: 'Fjalla One', sans-serif;
  font-size: 18pt;
  opacity: 0;
}

.year {
  font-size: 14pt;
}

a {
  color: #fed869;
  text-decoration: none;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 0.15; }
}
