:root {
  --navy-blue: rgb(0, 17, 85);
  --white: rgb(255, 255, 255);
}
li {
  font-size: 5vh;
}
h1 {
  display: flex;
  justify-content: center;
  color: var(--navy-blue);
  font-size: 8vh;
  text-decoration-color: var(--navy-blue);
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}
h2 {
  display: flex;
  justify-content: center;
  font-size: 5vh;
  color: var(--navy-blue);
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}
p {
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: var(--navy-blue);
  font-size: 3vh;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}
a {
  color: var(--white);
  text-decoration: underline;

  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}
