body {
  background-color: #123E49;
  text-shadow: 0 .05rem .1rem black;
  color: #faf3dd;
  font-family: Helvetica,Arial,sans-serif;
}

.bg-light {
  color: #faf3dd;
}

.bg-dark {
  background-color: #123E49!important;
}

.h1, .h2, .h3, .h3, .h4, .h4 {
  font-size: 3rem;
}

a {
  text-decoration: underline;
  text-decoration-style: dotted;
  color: #faf3dd;
}

a:hover {
  text-decoration: underline;
  text-decoration-style: solid;
  color: #faf3dd;
}

