
body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #fff;
}

a {
  color: #006400;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input[type="checkbox"] {
  accent-color: #006400;
}
