div{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
h1{
    margin: 50px auto 0 auto;
    font-family: 'Sacramento', cursive;
    font-size: 5.625rem;
    color: #66BFBF;
}
body{
    margin: 0;
    text-align: center;
    font-family: font-family: 'Merriweather', serif;
}    
.middle-container{
    padding-bottom: 20px;
}
.bottom-container{
    padding: 30px;
    margin-top: 30px;
    background-color: #66BFBF;

}
.bottom-cloud{
    position: absolute;
    left: 250px;
    bottom: 300px;
}
.top-container{
    background-color: #E4F9F5;
    position: relative;
    padding-top: 50px;
}
.top-cloud{
    position: absolute;
    right: 300px;
    top: 50px;
}
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;
}
.profile-pic{
    max-width: 20%;
    max-height: auto;
    padding: 20px;
    margin-top: 30px;
}
.side1{
    max-width: 25%;
    float: left;
    margin-right: 30px;
}
.side2{
    max-width: 25%;
    float: right;
    margin-left: 30px;

}
a{
    font-size: medium;
    color: #11999E;
    margin: 10px 20px 10px 20px;
    text-decoration: none;
}
a:hover{
    color: #eaf6f6;
}
.skill-row{
    width: 50%;
    margin: 100px auto 100px auto;
    text-align: left;
    line-height: 2;
}
.btn {
    background: #066875;
    background-image: -webkit-linear-gradient(top, #066875, #2980b9);
    background-image: -moz-linear-gradient(top, #066875, #2980b9);
    background-image: -ms-linear-gradient(top, #066875, #2980b9);
    background-image: -o-linear-gradient(top, #066875, #2980b9);
    background-image: linear-gradient(to bottom, #066875, #2980b9);
    -webkit-border-radius: 48;
    -moz-border-radius: 48;
    border-radius: 48px;
    font-family: Georgia;
    color: #f7f7f7;
    font-size: 24px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    margin-bottom: 20px;
  }
  
  .btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
  }
  .contact-me{
    line-height: 2;
  }
  hr{
    border-style: none;
    border-top: dotted 5px;
    height: 2px;
    color: #12D2F0;
    width: 10%;
  }
  .profile{
    padding-bottom: 10px;
  }
  .contact-me{
    width: 35%;
    margin: auto;
  }
  .copyright{
    color: #EAF6F6;
    font-size: 0.75rem;
    padding: 20px 0;
  }