body{
  color: #40514E;
  margin :0;
text-align: center;
font-family:'Merriweather',serif;
}

h1{
  color: #66BFBF;
  font-size: 5.625rem;
  font-family: 'Sacramento',cursive;
}
h2
{
  color:#66BFBF;
  font-family: 'Montserrat',sans-serif;
  font-size: 2rem;
  font-weight: normal;
}
h3
{
  color: #11999E;
    font-family: 'Montserrat',sans-serif;
}
hr{
  border: dotted #66BFBF ;
  width:50px;
border-width: thick;
  border-bottom: none;
  margin: 100px auto;

}
.top-container{
  background-color: #E4F9F5;
  position: relative;
  padding-top: 150px;
}
.middle-container{

margin:100px 0;
}
.bottom-container{
background-color: #E4F9F5;
padding: 50px 0 20px;
}
.top-cloud{
  position: absolute;
right:300px;
top:50px;
}
.bottom-cloud{
  position: absolute;
  left:300px;
  bottom:300px;
}
.profile-pic{
  border-radius: 100%;
  width:20%;
}
.skills-img{
  border-radius: 100%;
  width:30%;
  float:left;
  margin-right: 30px;
}
.coding-img{
  border-radius: 100%;
  width: 30%;
  float:right;
  margin-left: 30px;

}
a{
    color: #11999E;
    margin:10px 20px;
    text-decoration: none;
}
a:hover{
  color:red;
}
.skill-row{
  width: 50%;
  margin:100px auto 100px auto;
  text-align: left;
  line-height: 2;
}
.btn {
  background: #1398f0;
  background-image: -webkit-linear-gradient(top, #1398f0, #7ff544);
  background-image: -moz-linear-gradient(top, #1398f0, #7ff544);
  background-image: -ms-linear-gradient(top, #1398f0, #7ff544);
  background-image: -o-linear-gradient(top, #1398f0, #7ff544);
  background-image: linear-gradient(to bottom, #1398f0, #7ff544);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3c5cfa;
  background-image: -webkit-linear-gradient(top, #3c5cfa, #d934b8);
  background-image: -moz-linear-gradient(top, #3c5cfa, #d934b8);
  background-image: -ms-linear-gradient(top, #3c5cfa, #d934b8);
  background-image: -o-linear-gradient(top, #3c5cfa, #d934b8);
  background-image: linear-gradient(to bottom, #3c5cfa, #d934b8);
  text-decoration: none;
}
.copyright{
  color:red;
  font-size: 0.75rem;
  padding: 20px 0;
}
