html {
  font-size: 1rem;
}

.logo {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
  color: black;
  text-decoration: none;
}

.logo:hover {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
  color: black;
  text-decoration: none;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

.disclaimer {
  font-style: italic;
  color: darkgray;
  font-size: 0.8rem;
}

.subtext {
  font-style: italic;
  color: darkgray;
}

.footer-text {
  font-size: 0.8rem;
}

.link {
  color: rgb(33, 37, 41);
  text-decoration: underline;
}

.error-message {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
}

.error-message-subtext {
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
}

.error-message-subsubtext {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
}
