body {
  background-image: url(../img/background-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  min-height: 100vh;
  color: white;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: underline;
}

.page {
  min-height: 100vh;
}

.header img {
  padding: 15% 0 5% 0;
  width: 100%;
  height: auto;
}

.uppercase {
  letter-spacing: 1px;
  font-weight: 400;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1em;
  font-size: 0.75em;
  opacity: 0.5;
}