* {
  margin: 0px;
  padding: 0px;
}
/* STYLE SECTIONING TAGS */
body {
 background-color: #FFFAFA;
  text-align: center;
}
main {
  padding-top: 50px;
}
/* STYLE TEXT */

h1 {
  color: #234F3E;
font-family: "Times New Roman", Times, serif;  text-align: center;
font-size: 45px;
padding-bottom: 15px;
}

h4 {
font-style:italic;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 25px
}

p {
  color: #2C2C2C;
  text-align: center;
}

nav {
  color: #234F3E;
}

/* STYLE IMAGES */

img {
  max-width: 7%;
  max-height: 7%;
}
header {
  display: flex;
  align-items: center;
  justify-content: center;
}
#home {
  text-align: left;
  margin-top: 5%;
  margin-bottom: 2%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 25px;
  font-family: "Verdanda", Arial, sans-serif;
}
#home2 {
  font-family: "Verdanda", Arial, sans-serif;
  text-align: left;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 20px;
}
#home3 {
  font-size: 15px;
}
.lab-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}

.lab-section {
  flex: 1 1 300px;
  text-align: center;
  padding: 10px;
}

.topborder,
.border {
  width: 100%;
  max-width: 350px;
}

.lab-box {
  border: 2px solid black; 
  display: flex;           
  flex-direction: column;  
  align-items: center;   
  text-align: center;     
  padding: 10px;
}
.head {
  font-size: 37px;
}
.header {
  font-size: 17px;
  padding-top: 10px;
}
.p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-family: "Verdanda", Arial, sans-serif;
}
.under {
  font-size: 25px;
}
.topborder {
  width: 350px;
  background-color: #C2D9C5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.border {
  width: 350px;
  background-color: #C2D9C5;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* Growth */
.two-column {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.centered {
  text-align: center;
  margin-top: 20px;
}

.navbar {
  list-style-type: none;
  background-color: #234F3E;
  overflow: hidden;
  padding: 1em;
}

.navbar li{
  display: inline;
}

li a {
  text-decoration: none;
  color: white;
  font-size: 1.3em;
  padding: 1em;
}

li a:hover {
  background: #F4B237;
}

.h3 {
  font-size: 25px;
}

.h6 {
  font-size: 15px;
}

.borders {
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 5%;
  border: 2px solid black;
}

.three-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow-wrap: break-word;
  gap: 20px;
}

.three-column > div {
  border: 1px solid black;
  padding: 20px;
}

.bullet-list {
  list-style-type: disc;
  padding-left: 30px;
  text-align: left;
}

.bullet-list li {
  display: list-item;
}

.testimonials {
  padding-top: 60px;
  font-size: 20px;
  font-style: italic;
  color: #F4B237;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 20px;
  font-family: "Verdanda", Arial, sans-serif;
}

.container {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}

.text-side {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.colored-bottom {
  width: 400px;
  background-color: #C2D9C5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.border-border {
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 5%;
  border: 2px solid black;
}
.routine {
  padding-top: 60px;
  max-width: 60%;
  max-height: 60%;
}

.containers {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Creates two equal-width columns */
  align-items: stretch; /* This is the default, but good to be explicit */
  gap: 20px;
}
/* STYLE NAV BAR */
