@font-face {
    font-family: 'waterlemon';
    src: url('/Water-Lemon.ttf');
}

h1, h2, h3, p, li, a {
  font-family: waterlemon;
}

h1,h2 {
  color: #03045E;
}
p {
  color: #023E8A;
  font-size: 1.2em;
}
a {
  color: #0096C7;
}

a:hover {
  color: #0077B6;
}
a:visited {
  text-decoration-line: underline;
  text-decoration-color: purple;
}
.header {
  margin-left: 2.5em;
  margin-right: 2.5em;
}
.body {
  margin-left: 2.5em;
  margin-right: 2.5em;
}

.space-below {
  margin-bottom: 3em;
}