h1 {
  color: #01485c;
}
h2 {
  border-bottom: double 5px #4c8291;
  padding-top: 30px;
  color: #01485c;
}

h3 {
  padding-top: 20px;
  color: #4c8291;
}

h4 {
  padding-top: 20px;
}

p {
  color: #444;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

ul {
  list-style-type: disc;
  margin-bottom: 15px;
}

li {
  margin-bottom: 0.3rem;
}

a {
  color: #4c8291;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

footer {
  margin-top: 3rem;
  text-align: center;
  padding: 3px;
  background-color: #01485c;
}

footer p {
  color: white;
  padding: 1rem;
}
footer a {
  color: white;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  /* background: #01485c; */
  /* border: solid 2px #01485c; */
  /* border-radius: 50%; */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.container {
  width: 80vw;
  margin: 0 auto;
  margin-top: 3vh;
}
