a {
  color: rgb(120, 232, 189);
}
input:focus {
  border-color: rgb(120, 232, 189);
}
.button {
  background: rgb(120, 232, 189);
}
.button.button-outline {
  border: 1px solid rgb(120, 232, 189);
  color: rgb(120, 232, 189);
}

.logo {
  text-align: center;
}

footer {
  display: none;
}

body {
  background: #bee6ff;
  font-family: system-ui, sans-serif;
}