body {
  min-width: 300px;
  height: 100vh;
}

#gh-login {
  text-decoration: none;
  border-radius: 6px;
}

.choice {
  font-size: 2em;
  text-align: center;
}

.err-bg-color {
  background-color: var(--destructive-col);
}

.err-text {
  color: var(--destructive-col);
}

input:invalid {
  color: var(--destructive-col);
}
