h1 {
  font-size: 16pt;
}

h2 {
  font-size: 14pt;
}

h3 {
  font-size: 12pt;
}

a {
  color: #0771af;
  text-decoration: none;
}

.lg {
  display: none;
}

@media (min-width: 768px) {
  .lg {
    display: block;
  }
}

input[type="checkbox"] {
  accent-color: #3d5c85; /* Sets the background color when checked */
}
