#information *{
  line-height: 1.5;
}
#information h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#information p {
    margin-top: 0;
    margin-bottom: 1rem;
}
#information a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
#information a:hover {
  color: #0056b3;
  text-decoration: underline !important;
}
#information .bold {
  font-weight: bold;
}


