
body{
  color: #40514E;
  margin: 0;
  text-align: center;
  font-family:  'Merriweather', serif ;
}
h1{
 margin-top:0px ;
 margin-bottom: 0px;
 font-family: 'Sacramento',cursive;
 font-size: 562.5%;
 color: #11999E;

 padding-top:75px;

}
h2{
  font-family: 'Montserrat' , sans-serif;
  font-size: 250%;
  color: #11999E;
  font-weight: normal;
  line-height: 2
  padding-top:0px
  padding-bottom:1000px
}
h3{
  font-family: 'Montserrat' , sans-serif;
}
p{
  line-height: 2;
}
hr{
  border: dotted #EAF6F6 6px;
  border-bottom: none;
  width: 4%;
  margin: 100px auto;
}
a{
  color: #11999E;
  font-family: 'Montserrat' , sans-serif;
  margin: 10px 20px

}
a:hover{
  color: #EAF6F6
}

.contact-message:{
  width: 40%;
  margin: 40px auto 60px;
}

.btn {
  background: #11cdd4;
  background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
  background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
  background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
  background-image: -o-linear-gradient(top, #11cdd4, #11999e);
  background-image: linear-gradient(to bottom, #11cdd4, #11999e);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  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;
}
}



.profile-image{
  height: 200px;
  width: 200px;
  border-radius: 50%
}

.coading{
margin-right : 20px;
  float: left;
  border-radius: 50%;
  width: 25%
}
.extra-coading{
  float: right;

  border-radius: 50%;
  width:25%
}
.top-container{
  background-color: #E3F9F5
}
.middle-container{
padding-right:  100px;
padding-top: 10px

}
.bottom-container{

}
.iam{
  text-decoration: underline;
}
.bottom-cloud{

  padding-bottom:150px;
}
.top-cloud{
  position:absolute;
  right: 300px;
  top: 40px;
}
.skill-row{
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
}
.intro{
  width: 30%;
  margin: auto;
}
.bottom-container{
  margin-top: 50px;
  background-color: #66bfbf;
  padding: 50px 0 20px;
}
