body
    {
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
  color: #40514e;
     }

h1
    {

      font-family: 'Sacramento', cursive;
  margin-top: 50px auto 0 auto;
  font-size:5.625rem;
  color: #66bfbf;
}
h2{
    color: #66bfbf;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  padding-bottom: 10px;
}
h3{
  color: #11999e;
  font-family: 'Montserrat', sans-serif;
font-size: 2rem;
}
.intro{
  width: 30%;
  margin: auto;
}
.pro{
  font-weight: normal;
  color: #66bfbf;
  font-size: 1.5rem;
    text-decoration: underline;
}
p{
  line-height: 2;
}
hr{
  border:dotted 6px;
  border-bottom: none;
  width: 5%;
  margin:100px auto;
}
a{
  color: #3282b8;
margin: 5px 10px;
text-decoration: none;
}

.top-container
   {
      position: relative;
      background-color:#e4f9f5;
      padding-top: 100px;
   }
   .middle-container{
     margin: 100px 0;
   }
   .bottom-container{
     background-color: #66bfbf;
     padding:50px 0 20px;
   }
   .skill-row{
     width: 50%;
     margin: 100px auto 100px auto;
     text-align: left;

}
.copyright{
  color: #eaf6f6;
  font-size: 0.75rem;
  padding: 20px 0;
}
.design-img
  {width:35%;
    float: left;
    margin-right: 40px;
}
  .auto-img{width:25%;
    float: right;
    margin-left: 25px;

  }
    .books-img{width:25%;
      float: left;
      margin-right: 30px;
    }
.top-cloud
   {
      position: absolute;
      right: 300px;
      top: 40px;
   }
.bottom-cloud
     {
       position: absolute;
       left: 250px;
      bottom: 300px;
      }
.mahesh{
  width: 35%;
}
.contact-message{
  width: 40%;
  margin: 40px auto 60px auto ;
}
.btn {
  background: #11CDD4;
  background-image: -webkit-linear-gradient(top, #11CDD4, #119994);
  background-image: -moz-linear-gradient(top, #11CDD4, #119994);
  background-image: -ms-linear-gradient(top, #11CDD4, #119994);
  background-image: -o-linear-gradient(top, #11CDD4, #119994);
  background-image: linear-gradient(to bottom, #11CDD4, #119994);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}


.btn:hover {
  background: #30E3CB;
  background-image: -webkit-linear-gradient(top, #30E3CB, #2BC4AD);
  background-image: -moz-linear-gradient(top, #30E3CB, #2BC4AD);
  background-image: -ms-linear-gradient(top, #30E3CB, #2BC4AD);
  background-image: -o-linear-gradient(top, #30E3CB, #2BC4AD);
  background-image: linear-gradient(to bottom, #30E3CB, #2BC4AD);
  text-decoration: none;
}
a:hover{
  color: #eaf6f6;
}
