body{
  background-color:white ;
margin: 0px;
text-align: center;
font-family:'Merriweather',serif;
}
.top{
  background-color: #A2D2FF;
  padding:100px;
  position: relative;


  }

h1{
  margin: 50px auto 0px auto;
font-family: 'Sacramento',cursive;
font-size: 562%;
color:  #121013;
line-height: 0;
}
.main{
  color: #121013;
}
h2{
  font-family: 'Montserrat',sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
}
h3{ color: #11999E;
  font-family: 'Montserrat',sans-serif;
 text-decoration: underline;
}
.image{
  height: 200px;
  width: 200px;
  position: relative;
  top:20px;

}
.hat{
height: 150px;
  width:25%;
  float: right;
  margin-left: 30px;

}

.code{
  height: 180px;
  width: 25%;
  float: left;

}
}
.pro{
  text-decoration: underline;
}
.top-cloud{
  position: absolute;
  right: 300px;
  top:40px;



}
.bottom-cloud{
  position: absolute;
  left: 250px;
  bottom:400px;

}
a{
  color: #11999E;
  font-family: 'Montserrat',sans-serif;
  margin: 10px 20px;
  text-decoration: none;

}
a:hover{
  color: white;
}
hr{
  height:0px;
  border-style:none ;
  border-top-style: dotted;
   width:5%;
 border-width:5px;
 border-color: grey;
}

.skill-row {
  width:50%;
  margin:100px auto 100px auto;
  text-align: left;
  line-height: 2;
  padding-top: 10px;
  padding-bottom: 30px;


}
.bottom-container{
  padding-top: 30px;
  background-color: #66BFBF;

}
p{
  line-height: 2;
}
.end{
  color: #EAF6F6;
  font-size: 13px;
  padding: 20px 30px;
}
.contact-me{
  padding-top: 30px;
  padding-bottom: 30px;
}
.middle-container{
  padding-top: 30px;
  padding-bottom: 50px;
}
.skills{
  padding-top: 30px;
}
.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -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: #71DFE7;
  background-image: -webkit-linear-gradient(top, #71DFE7, #009DAE);
  background-image: -moz-linear-gradient(top, #71DFE7, #009DAE);
  background-image: -ms-linear-gradient(top, #71DFE7, #009DAE);
  background-image: -o-linear-gradient(top, #71DFE7, #009DAE);
  background-image: linear-gradient(to bottom, #71DFE7, #009DAE);
  text-decoration: none;
}
