body{
    color: #40514E;
    margin: 0;
    text-align: center;
    font-family: Georgia, Times, Times New Roman, serif;
}
h1{
  margin: 50px auto 0 auto;
  font-family: 'Kaushan Script', cursive;
  font-size: 5.625rem;
  color: #EF9F9F;
}
h2{
  font-family: 'Merriweather', serif;
  font-size: 2.5rem;
  color: #EF9F9F;
  font-weight: normal;
  padding-bottom: 10px;
}
h3{
  color: #EEB0B0;
  font-family: 'Merriweather', serif;
}
p{
    line-height: 2;
}
a{
  color: #EEB0B0;
  font-family: 'Merriweather', serif;
  margin: 10px 20px;
  text-decoration: none;
}
a:hover{
  color: #F9F2ED;
}
.Top-Container {
  background-color: #F9F2ED;
  position:relative;
  padding-top:100px;
}
.pro{
  text-decoration: underline;
}
.top-cloud{
  position:absolute;
  right:300px;
  top:30px;
}
.bottom-cloud{
  position:absolute;
  left:150px;
  bottom:400px;
}
.skill-row {
  margin : 100px auto 100px auto;
  text-align: left;
  width : 50%;
}
.code{
  width:25%;
  float:left;
  margin-right: 30px;
}
.heart{
  width:25%;
  float:right;
  margin-right:30px;
}
.my-description {
  color: #40514E;
}
hr{
  border: dotted #EAF6F6 6px;
  border-bottom: none;
  width:4%;
  margin: 100px auto;
}
.btn {
  background: #E4AEC5;
  background-image: -webkit-linear-gradient(top, #E4AEC5, #FF8B8B);
  background-image: -moz-linear-gradient(top, #E4AEC5, #FF8B8B);
  background-image: -ms-linear-gradient(top, #E4AEC5, #FF8B8B);
  background-image: -o-linear-gradient(top, #E4AEC5, #FF8B8B);
  background-image: linear-gradient(to bottom, #E4AEC5, #FF8B8B);
  -webkit-border-radius: 11;
  -moz-border-radius: 11;
  border-radius: 11px;
  font-family: Arial;
  color: #F6FBF4;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #DFBB9D;
  background-image: -webkit-linear-gradient(top, #DFBB9D, #EF9F9F);
  background-image: -moz-linear-gradient(top, #DFBB9D, #EF9F9F);
  background-image: -ms-linear-gradient(top, #DFBB9D, #EF9F9F);
  background-image: -o-linear-gradient(top, #DFBB9D, #EF9F9F);
  background-image: linear-gradient(to bottom, #DFBB9D, #EF9F9F);
  text-decoration: none;
}
.contact-message{
  width:40%;
  margin:40px auto 60px;
}
.my-description{
  width: 30%;
  margin: auto;
}
.middle-container{
  margin:100px 0px;
}
.bottom-container{
  background-color: #F2D1D1;
  padding: 50px 0 20px;
}
.footer-link {
  color:#EF9F9F;
  margin-top: 50px;
}
.end{
  color:#EEB0B0;
  font-size: 0.75rem;
  padding: 20px 0;
}
