body {
  font-family: "Georgia";
  background-color: #123463;
  color: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
}

hr {
  border: none;
  border-top: 0.5px solid;
  opacity: 1 !important;
}


/* Typography */
h1 {
  font-size: 4.375rem;
}

h2 {
  font-size: 3.125rem;
}


h3 {
  font-size: 1.5rem;
  font-weight: 700;

}

p {
  font-size: 1.25rem;
}


.fs-16 {
  font-size: 1rem;
}

ul li {
  text-decoration: underline;
  line-height: 2;
}

a,
a:visited {
  color: white;
}

.img {
  max-width: 124px;
  max-height: 100%;
}
