div
{
    background-color: #EAF9F5;

  
}
body
{
   margin: 0px;
   text-align: center;
   font-family: 'Merriweather', serif;
   color: #40514E;
   
  
} 
h1
{
    font-size: 90px;
    margin: 20px auto 0 auto ;
    font-family: 'Sacramento', cursive;
    color: #66BFBF;
    
}


h2
{
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    color: #66BFBF;
    font-weight: bolder;
    margin-top: 20px;
}

h3
{
    font-family: 'Montserrat', sans-serif;
    color:  #11999E;
    font-weight:bolder;
  
}

hr
{
    border: dotted #EAF6F6;
}

.footer-link
{
    color:  #117a7a; 
}

.MiddleContainer
{
    

}

.BottomContainer
{
    background-color: #66BFBF
}

.BottomCloud
{
    position: absolute;

}

.TopCloud
{
    margin-left: 440px;
    margin-top: 0px;
}

.skill-row
{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: left;
    line-height: 2;
   
    
}

.image1
{
    width: 35%;
    float: left;
    margin-right: 30px;
}

.image2
{
    width: 35%;
    float: right;
    margin-left: 30px;
}

.btn {
    background:  #11999E;
    background-image: -webkit-linear-gradient(top,  #11999E,  #11999E);
    background-image: -moz-linear-gradient(top,  #11999E,  #11999E);
    background-image: -ms-linear-gradient(top,  #11999E,  #11999E);
    background-image: -o-linear-gradient(top,  #11999E,  #11999E);
    background-image: linear-gradient(to bottom,  #11999E,  #11999E);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Georgia;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }
  
  .btn:hover {
    background: #66BFBF;
    background-image: -webkit-linear-gradient(top, #66BFBF, #66BFBF);
    background-image: -moz-linear-gradient(top, #66BFBF, #66BFBF);
    background-image: -ms-linear-gradient(top, #66BFBF, #66BFBF);
    background-image: -o-linear-gradient(top, #66BFBF, #66BFBF);
    background-image: linear-gradient(to bottom, #66BFBF, #66BFBF);
    text-decoration: none;
  }

  .last-para
  {
      color: #EAF6F6;
  }

  .PROFILE1
  {
      margin-top: 50px;
  }

  .Contact-Me
  {
      width: 40%;
      margin:  auto;
  }