a.button, form p button, button.button {
  background-color: red;
}

input[type="checkbox"]:checked {
  accent-color: red;
}

div.home-options a, a {
  color: red;
  text-decoration: none;
}

div.home-options a:hover {
  color: black;
}

input:focus, input:focus-visible {
    outline-color: red;
}