body{
    margin: 0;
    text-align: center;
    font-family: 'Merriweather', serif;
}
hr{
    border-style: none;
    border-top-style: dotted;
    border-color: grey;
    border-width: 5px;
    width: 10%;
    margin: 70px auto 70px auto;
}
h1{
    font-size: 5.625rem;
    margin: 50px auto 0 auto;
    font-family: 'Sacramento', cursive;
    color: #66bfbf;
    
}
h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    color: #66bfbf;
    font-weight: normal;
}
h3{
    color: #66bfbf;
}
a{
    color:wheat;
}
.top-container{
    background-color: black;
    position: relative;
    padding: 100px;
}

.top-cloud{
    position: absolute;
    right: 400px;
    top: 50px;
    
}
.bottom-cloud{
    position: absolute;
    left: 400px;
    bottom: 400px;
}
.me{
    width: 100px;
    height: 100px;
}
.skill{
    width: 25%;
    border-radius: 100%;
    float: left;
    margin-right: 30px;
}
.skill-2{
    width: 25%;
    border-radius: 100%;
    float: right;
    margin-left: 30px;
}
.skill-row{
    width: 50%;
    margin: 100px auto 100px auto;
    text-align: left;
    line-height: 2;
}
.bottom-container{
    background-color: black;
    height: 130px;
}
.logo{
    color: wheat;
    position: relative;
    top: 50px;
}
/* .btn{
    color: #66bfbf;
} */
.footer-link{
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: 30px;
}
.btn {
    -webkit-border-radius: 15;
    -moz-border-radius: 15;
    border-radius: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 20px;
    background: #12cccc;
    padding: 10px 20px 10px 20px;
    text-decoration: none;   
    position: relative;
    top: 50px;
}
.contact-me{
    margin-bottom: 100px;
}
  
  .btn:hover {
    background: #4d1ecc;
    background-image: -webkit-linear-gradient(top, #4d1ecc, #0d0a0d);
    background-image: -moz-linear-gradient(top, #4d1ecc, #0d0a0d);
    background-image: -ms-linear-gradient(top, #4d1ecc, #0d0a0d);
    background-image: -o-linear-gradient(top, #4d1ecc, #0d0a0d);
    background-image: linear-gradient(to bottom, #4d1ecc, #0d0a0d);
    text-decoration: none;
  }