html,
body {
  height: 100vh;
  height: 100svh;
  font-family: Arial, Helvetica, sans-serif
}

body {
  margin: 0;
  background-color: black;
  background-image: url('./building-839362_1280.jpg');
  background-size: cover;
}

.main {
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}

.hero {
  text-align: center;
  color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hero-text {
  font-size: 3rem;
  line-height: 2.6rem;
  margin-top: .25rem;
}

.content {
  background-color: black;
  color: white;
  text-align: center;
  padding-top: 3em;
  padding-bottom: 3em;
}

.content ul {
  list-style: none;
  display: grid;
  margin: 0;
  padding: 0;
}

.light {
  color: #999;
}

.content a {
  text-decoration: none;

}

.footer {
  background-color: black;
  text-align: center;
  color: white;
  padding-top: 1.5em;
  padding-bottom: 1.5em
}

.container {
  margin: 0 auto;
  max-width: 800px;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.description {
  font-size: 1.5rem
}