html {
  font-size: 100%;
  background-color: #1b3b71;
}
body {
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}
h2 {
    font-family: "Jersey 10", monospace;
    font-size: 3rem;
    line-height: 1;
    margin: 4rem 0 0 0;
    font-weight: 400;
}
.logo-text {
  font-family: "Jersey 10", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  margin: 0;
  line-height: 1;
}
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
}
.footer {
  text-align: center;
  font-size: 0.875rem;
  color: #ccc;
  margin: 4rem 0 1rem 0;
}
ul li {
  margin-bottom: 1rem;
}