.error {
  text-align: center;

  a, a:visited {
    text-decoration: underline;
    color: var(--teal-800);
  }

  a:hover {
  }

}
