.top{
    background-color:#EAF6F6;
    position: relative;
    padding-top: 100px;
}
body{
    margin: 0;
    text-align: center;
    font-family: 'Merriweather', serif;
}
h1{
    margin: 50px auto 0 auto;
    font-family: 'Sacramento', cursive;
    font-size: 5.62em;
    color: #66BFBF;
    line-height: 2;
}
h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.6rem;
   color: #66BFBF;
   font-weight: normal;
}
h3{
    font-family: 'Montserrat', sans-serif;
    color: #11999E;
}

.pro{
    text-decoration: underline;
}
.bottom-cloud{
    position: absolute;
    bottom: 300px;
    left: 300px;

}
.top-cloud{
    position: absolute;
    right: 300px;
    top: 50px;
}
.dev{
    margin-top: 0;
}
.dev2{
    margin-top: 0; 
}
.skill-row1{
    width: 50%;
   margin: 150px auto 100px auto ;
   text-align: left;
   line-height: 2;
}
.skill-row2{
    width: 50%;
   margin: 100px auto 210px auto;
   text-align: left;
   line-height: 2;
}
.code-img{
    width: 25%;
    float: left;
    margin-right: 30px;
}
.chilli-img{
    width: 25%;
    float: right;
    margin-left: 30px;
}
hr{
    border-style: none;
    border-top-style: dotted;
    border-color: gray;
    border-width: 5px;
    width: 5%;
}
.profile{
    margin-top: 100px;
}
.profile-desc{
    width: 50%;
    text-align: center;
    margin: 30px auto 120px auto;
}
.skills{
    margin-top: 120px;
}
.contact-me{
    margin-top: 120px;
}
.h3-code{
    margin: 80px auto 50px auto;
}
.bottom-container{
    background-color: #66BFBF;
    margin-top: 100px;
    padding: 50px;
    position: relative;
}
.footer-link-linkedin{
    margin:50px ;
}
.footer-link-twitter{
    margin: 50px;
}
.footer-link-site{
    margin: 50px;
}
.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: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    margin-bottom: 100px;
  }
  
  .btn:hover {
    background: #30e3cb;
    background-image: -webkit-linear-gradient(top, #30e3cb, #2bc48d);
    background-image: -moz-linear-gradient(top, #30e3cb, #2bc48d);
    background-image: -ms-linear-gradient(top, #30e3cb, #2bc48d);
    background-image: -o-linear-gradient(top, #30e3cb, #2bc48d);
    background-image: linear-gradient(to bottom, #30e3cb, #2bc48d);
    text-decoration: none;
  }
  .code-together{
      margin-bottom: 100px;
  }
  a{
      color: #11999E;
      font-family: 'Montserrat', sans-serif;
     text-decoration: none;
  }
  a:hover{
      color: #EAF6F6;
  }
 .p-bottom{
     margin-top: 50px;
     color: #eaf6f6;
     font-size: 0.75rem;
 }