.center-text {
  text-align: center;
}
.shrink-fontsize {
    font-size:12px;
}
.dancing-script-font {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
}
h1{
    color:#007b48;
    font-family: "Dancing Script", cursive;
    font-size: 50px;
    text-align:center;
}
p{
    color:black;
    font-family: 'Times New Roman', Times, serif;
    font-size:20px;
    text-align:left;
}
h2{
    text-align:center;
    font-family: sans-serif;
    font-size: 20px;
}
h3{
    text-align:center;
    font-family: sans-serif;
    color:plum;
    font-size:20px;
}
a:link{
    text-decoration: none;
    font-family: arial Arial, Helvetica, sans-serif;
    font-size: 35px;
} 
a{ color: inherit; color: darkblue;}
.background&top_section{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
img{
  width: 425px;
  height: 320px;
}
#hatc-logo {
  display: block;
  margin: 0 auto;
}
#p1{
    font-size: 25px;
    font-style: bold;
}
body{
    background-color: #CDE8F9;
}