body {
  font-family: Lato;
  background-color: #eceff6;
  background-color: white;
  color: black;
}

.container {
  max-width: 600px; /* Set your desired width */
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .container {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 800px;
  }
}
.headline {
  color: rgb(0, 110, 212);
  font-weight: bold;
}
.headline .highlight {
  color: rgb(218, 0, 0);
}

.sub-headline {
  text-align: center;
}
.sub-headline .highlight {
  text-decoration: underline;
}

.link-button {
  max-width: 300px;
  background-color: rgb(0, 110, 212);
  color: white;
  font-weight: bold;
  font-size: 24px;
  box-shadow: 0px 5px 2px black;
  padding: 5px 10px;
  text-align: center;
  margin: 20px auto;
  display: block;
  text-decoration: none;
}

footer {
  font-size: 14px;
}
footer a, footer a:visited {
  color: black;
}

.legal-text {
  padding: 20px;
}/*# sourceMappingURL=styles.css.map */