* {
  margin: 0px;
  padding: 0px;
  font-family: "DM Sans", sans-serif;
  text-decoration: none;
}
.navbar {
  background-color: rgb(255, 255, 255);
  padding: 11px 0px 15px 0px;  
}
.logo {
  max-width: 100%;
  margin-left: 15px;
  margin-top: 3.5px;
  width: 125px; 
  position: absolute;
  vertical-align: middle;
}
.navlink {
  text-align: right;
}
.navlink li{
  display: inline-block;
  margin-top: 3px; 
  margin-right: 35px; 
}
.navlink li a{
  color: black;
}
.navlink li a:hover, :focus{
  font-weight: bold;
}

/* Above is what will apear on every page */

.section-one {
  background-color: rgb(197, 226, 220);
  height: 100px;
  padding-bottom: 65px; 
}
.section-one h1 {
  font-size: 70px;
  color: white;
  padding-left: 70px;
  padding-top: 35px;
}

.circle-one {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  position: absolute;
  background-color: rgb(215, 255, 205);
  border: solid 6px;
  border-color: rgb(197, 226, 220);
  margin-left: 50px;
  margin-top: 80px; 
  z-index: 50;
}

.circle-two {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  position: absolute;
  background-color: rgb(255, 254, 190);
  border: solid 6px;
  border-color: rgb(197, 226, 220);
  margin-left: 50px;
  margin-top: 280px; 
  z-index: 50;
}

.circle-three {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  position: absolute;
  background-color: rgb(255, 232, 232);
  border: solid 6px;
  border-color: rgb(197, 226, 220);
  margin-left: 50px;
  margin-top: 480px; 
  z-index: 50;
}

.textbox-one {
  background-color: white;
  padding-top: 25px;
  padding-bottom: 25px;
  position: absolute;
  width: 850px;
  border: solid 6px;
  border-color: rgb(223, 240, 231);
  margin-top: 80px;
  margin-left: 120px;
}

.textbox-two {
  background-color: white;
  padding-top: 25px;
  padding-bottom: 25px;
  position: absolute;
  width: 850px;
  border: solid 6px;
  border-color: rgb(223, 240, 231);
  margin-top: 280px;
  margin-left: 120px;
}

.textbox-three {
  background-color: white;
  padding-top: 25px;
  padding-bottom: 25px;
  position: absolute;
  width: 850px;
  border: solid 6px;
  border-color: rgb(223, 240, 231);
  margin-top: 480px;
  margin-left: 120px;
}

.textbox-a {
  margin-left: 80px;
}
.textbox-b {
  margin-left: 80px;
}
.textbox-c {
  margin-left: 80px;
}

.textbox-a .title-link a{
  color: rgb(73, 88, 109);
  font-style: none;
}
.textbox-a .title-link a:visited {
  color: rgb(73, 88, 109);
}
.textbox-b .title-link a{
  color: rgb(73, 88, 109);
  font-style: none;
}
.textbox-b .title-link a:visited {
  color: rgb(73, 88, 109);
}
.textbox-c .title-link a{
  color: rgb(73, 88, 109);
  font-style: none;
}
.textbox-c .title-link a:visited {
  color: rgb(73, 88, 109);
}









.section-two {
  height: 700px;
}

.section-two-bottom {
  background-color: rgb(186, 201, 196);
  height: 20px; 
