body{
  color:#40514E;
  margin:0px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
font-size: 100%;
}
p{
  line-height: 2;
}
h1{
  color: #66BFBF;
  font-size: 5.610rem;
  margin: 60px auto 0 auto;
  line-height: 2;
  font-family: 'Sacramento', cursive;
}
h2{font-family: 'Montserrat', sans-serif;
font-size: 2.5rem;
color: #66BFBF;
font-weight: normal;
padding-bottom: 10px;
}
  h3{font-family: 'Montserrat', sans-serif;
color: #11999E;}
hr{
  border: dotted #E2DCC8 6px;
  border-bottom: none;
  width: 4%;
  margin: 100px auto;
}
.top-container{
  background-color: #D6EFED;
position: relative;
padding-top: 100px;

}
.killua {

  border-radius: 70%;
  padding: 30px;
  width: 20%;
}
.coding-gif{
width: 210px;
height: 210px;
border-radius: 100%;
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
-webkit-transform: rotate(0.000001deg);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
float: left;
margin-right: 30px;

}
.sleeping-gif{
width: 210px;
height: 210px;
border-radius: 100%;
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
-webkit-transform: rotate(0.000001deg);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
float: right;
margin-left: 30px;
}
.middle-container{

margin: 100px 0;

}
.bottom-container{

background-color: #66BFBF;
 padding: 60px 0 20px;
}
.contact-me{
  margin-top: 0px;
}
.copyright{
  color: #EAF6F6;
  font-size: 0.75rem;
  padding: 20px 0px;
}
.bottom-cloud{
  position: absolute;
left: 300px;
bottom: 300px;

}
.footer-link{
  color: #11999E;
}
.top-cloud{
  position: absolute;
right: 300px;
top:40px;
}
.skill-row{
  width: 50%;
margin: 100px auto;
text-align: left;
}
.intro{
  margin: auto;
  color:#40514E;
width: 30%;
}
.contact-msg{
  width: 40%;
  margin:40px auto 60px;
  text-align: center;
}
a{
  font-family: 'Montserrat', sans-serif;
  margin: 10px 20px;
text-decoration: none;
}
a:hover{
  color: #EAF6F6;
}

.btn {
  background: #588bad;
  background-image: -webkit-linear-gradient(top, #588bad, #2980b9);
  background-image: -moz-linear-gradient(top, #588bad, #2980b9);
  background-image: -ms-linear-gradient(top, #588bad, #2980b9);
  background-image: -o-linear-gradient(top, #588bad, #2980b9);
  background-image: linear-gradient(to bottom, #588bad, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 1px 3px #210e21;
  font-family: Georgia;
  color: #fcfcfc;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #22a1f0;
  background-image: -webkit-linear-gradient(top, #22a1f0, #6db7e8);
  background-image: -moz-linear-gradient(top, #22a1f0, #6db7e8);
  background-image: -ms-linear-gradient(top, #22a1f0, #6db7e8);
  background-image: -o-linear-gradient(top, #22a1f0, #6db7e8);
  background-image: linear-gradient(to bottom, #22a1f0, #6db7e8);
  text-decoration: none;
}
