html,
body {
  font-size: 24px;
  color: #ffffff;
}

body {
  height: 100vh;
  overflow: hidden;
}

h2,
p {
  color: #ffffff;
}

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

a:hover,
a:focus {
  color: #ff2800;
}

.hero {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero .hero-item {
  background-size: cover;
  height: 100%;
}

.hero .hero-opacity {
  background: #000000;
  opacity: 0.5;
  top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.content {
  margin-top: 10rem;
}
