body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial,
    sans-serif;
  background-color: rgba(33, 33, 33, 0.97);
  background-image: linear-gradient(
    180deg,
    rgba(33, 33, 33, 0.97) 15.47%,
    rgba(40, 40, 40, 0.45) 52.79%,
    rgba(33, 33, 33, 0.97) 86.92%
  );

  color: rgb(255, 255, 255);
  background-position: 50%;
  font-size: 18px;
}

header {
  margin: 6rem;
}

header a img {
  display: block;
  width: 20rem;
}
main {
  position: relative;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 6rem;
  padding-right: 6rem;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
  text-align: center;
}

a {
  color: rgb(26, 121, 203);
}

footer {
  width: 100%;
  text-align: center;
  margin-top: 4rem;
}

.info-narrow {
  max-width: 40rem;
}
