body{
  background-color:#CCD1E4;
  margin: 0%;
}
h1 {
  text-align: center;
  /* color: #24A19C; */
}
h2 {
  text-align: center;
  font-size: 30px;
   /* color: #24A19C; */
} 
h3 {
  text-align: left;
  font-size: 20px;
  
}

hr{
  background-color: #CCD1E4;
border-style:none;
border-top-style:dotted;
border-color: gray;
border-width:5px;
width:3%;

}
