body{
  margin:5px;

  text-align: center;
  font-family:'Merriweather', serif;
}
h1{
  font-family: 'Sacramento', cursive;
  font-size: 5.625rem;   /* here 16px = 100% size */
  margin:0.5em auto 0.5rem auto;
  line-height: 2;
  color: #66BFBF;
}
h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  margin: 0;
  color: #66BFBF;
  line-height: 2;
  font-weight: normal;
}
h3{
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}
a{
  color: #11999E;
}
p{
  font-size: 1em;
  text-align: center;
  width: 40%;
  line-height: 2rem;
  font-family: 'Montserrat',sans-serif;
  margin: 50px auto 20px auto;
}
.middle-container p{

line-height: 2;
font-size: 1em;
margin:0;
width:100%;
font-family: 'Merriweather',serif;
text-align: left;
}


.head-container{
background-color: #E4F9F5;
position: relative;
width: 100%;

padding-top: 9rem;

}


.span{
  text-decoration: underline;
}
 .top-cloud{
position: absolute;
right:300px;
top: 130px;


}
.bottom-cloud{

position: absolute;
left: 300px;
bottom: 300px;
}
hr{
  width: 10%;

  border-top: dotted;
  border-width: 15px;
  margin: 2rem auto 2rem auto;


  border-color: #EAF6F6;
  border-bottom: none;
  border-left: none;
  border-right: none;

}


.btn {
  -webkit-border-radius: 17;
  -moz-border-radius: 17;
  border-radius: 17px;
  -webkit-box-shadow: 0 1px 3px #666666;
  -moz-box-shadow: 0 1px 3px #666666;
  box-shadow: 0 1px 3px #666666;
  font-family: Georgia;
  color: #ffffff;
  font-size: 1.5rem;
  background: #2fdac2;
  padding: 10px 20px 10px 20px;
  border: dotted #1f628d 1px;
  text-decoration: none;
}

.btn:hover {
  background: #6ae6c9;
  background-image: -webkit-linear-gradient(top, #6ae6c9, #85d6c6);
  background-image: -moz-linear-gradient(top, #6ae6c9, #85d6c6);
  background-image: -ms-linear-gradient(top, #6ae6c9, #85d6c6);
  background-image: -o-linear-gradient(top, #6ae6c9, #85d6c6);
  background-image: linear-gradient(to bottom, #6ae6c9, #85d6c6);
  text-decoration: none;
}
.bottom-container{
  width:100%;
   height: 150px;
    background-color:#66BFBF;
}
.bottom-container a{
  display: inline-block;
  }
  .btn_group a{
    color:#11999e;

  font-family: Georgia;

  font-size: 16px;
  background: #66bfbf;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.bottom-container a:hover{
  color: #ffffff;
  transition: 0.7s;
}
