body {
background-color: #000000;
font: "Garamond", "Times New Roman", "Georgia";
font-family: "serif";
color: #0A6522;
font-size: 18px;
}

.grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  background: none;
  overflow: hidden;
}


.clari-box {
top: 0px;
left: 0px;
width: 450px;
height: auto;
margin: 20px;
}

.clari-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.h-box {
font: "Brush Script MT";
font-family: "script";
font-size: 26px;
color: #066839;
top: 85px;
left: 683px;
margin: 20px;
}

.text-box2 {
display: block;
font-size: 20px;
color: #066839;
top: 450px;
left: 285px;
align-items: center;
justify-content: center;
border: 2px solid #0A6522;
border-radius: 25px;
max-width: 305px;
max-height: auto;
margin-left: 5px;
}

.text-box3 {
  font-size: 18px;
  color: #066839;
  top: 250px;
  left: 19%;
  width: 1020px;
  align-items: center;
  justify-content: center;
}


.leaf {
  top: 450px;
  left: 625px;
  animation: blurIn 10s infinite;
}

.leaf {
  -webkit-filter: blur(0.5px);
  -moz-filter: blur(0.5px);
  filter: blur(0.5px);
}

.leaf img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* put the keyframes outside .leaf! */
@keyframes blurIn {
  0% {
    filter: blur(0.5px);
    -webkit-filter: blur(0.5px);
    -moz-filter: blur(0.5px);
  }
  50% {
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
  }
  100% {
    filter: blur(0.5px);
    -webkit-filter: blur(0.5px);
    -moz-filter: blur(0.5px);
  }
}

.text-box4 {
display: block;
top: 655px;
left: 984px;
width: 250px;
height: auto;
font-size: 22px;
color: #066839;
}

a:link {
  color: #066839;
}

.text-box5 {
  display: block;
  top: 700px;
  left: 984px;
  width: 250px;
  height: auto;
  font-size: 22px;
  color: #066839;
}

.figcaption {
  display: flex;
  top: 952px;
  left: 625px;
  margin: auto;
  padding-bottom: 100px;
  justify-content: center;
}

.text-box6 {
  display: block;
  top: 750px;
  left: 984px;
  width: 250px;
  height: auto;
  font-size: 22px;
  color: #066839;
}



