

h1 {
  font-family: "Bowlby One SC", sans-serif;
  font-size: 72px;
  text-align: center;
  color: white;
  background-color: #0dab76;
  border-radius: 40px;
  text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000,
    -1px -1px 0 #000;
}

h2 {
  font-family: "Saira", sans-serif;
  font-size: 36px;
  font-weight: bolder;
  text-align: center;
}

h3 {
  font-family: "Saira", sans-serif;
  font-weight: bolder;
  font-size: 24px;
  color: #139a43;
}

p {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
}

a:visited,
a:link {
  font-weight: bold;
  font-style: italic;
  color: #0b5d1e;
}
