html {
    background-color: #fff;
}
body {
    font-family: Open Sans, sans-serif;
    font-size: 20px;
}
a {
    text-decoration: none;
    color: inherit;
}
.main {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 97vh;
}
.main-sub {
    text-align: center;
    justify-content: center;
}
.blurb {
    margin-top: 50px;
}
.logo {
    max-width: 500px;
}
.main-sub .logo {
    padding-top: 2em;
}
@media (max-width: 1024px) {
  .logo {
    max-width: 80%;
  }
}
ul {
  list-style: none;
  padding: 0;
}
