body{
    margin: 0;
    text-align: center;
    font-family: 'Merriweather', serif;
    color: #40514E;
}

h1{
    font-size: 5.625rem;   /*16px = 100% = 1em*/
    color: #66BFBF;
    margin: 0 auto 0 auto;
    font-family: 'Sacramento', cursive;
}

h2{
    font-family: 'Montserrat', sans-serif;
    color: #66BFBF;
    font-weight: normal;
    line-height: 2;
    padding-bottom: 10px;
}

h3{
    font-family: 'Montserrat', sans-serif;
    color: #11999E;
}

p{
    line-height: 2;
}

hr{
    border: dotted #cedada 6px;
    border-bottom: none;
    margin: 100px auto;
    width: 10%;
}

a{
    color: #084446;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 20px;
    text-decoration: none;
}

a:hover{
    color: #eaf6f6;
}

.top-container{
    background-color: #E4F9F5;
    position: relative;
    padding-top: 100px;
}

.middle-container{
    margin: 100px 0;
}

.bottom-container{
    background-color: #66BFBF;
    padding: 50px 0 20px;
}

.skill-row{
    width: 50%;
    margin: 100px auto 100px auto;
    text-align: left;
    
}

.pro{
    text-decoration: underline;
}

.intro{
    width: 30%;
    margin: auto;
}

.contact-msg{
    width: 40%;
    margin: 40px auto 60px;
}

.copyright{
    color: #eaf6f6;
    font-size: 0.75rem;
    padding: 20px 0;
}

            /*images*/

.profile-pic{
    width: 15%;
}

.skill-1{
    width: 25%;
    float: left;
    margin-right: 30px;
}

.excel{
    width: 25%;
    float: right;
    margin-right: 30px;
}

.top-cloud{
    position: absolute;
    right: 300px;
    top: 40px;
}

.bottom-cloud{
    position: absolute;
    left: 250px;
    bottom: 300px;
}

.contact-img{
    width: 1%;
    filter: brightness(80%);
}

.footer-link{
    color: #11999E;
}

.btn {
    background: #1bd9e0;
    background-image: -webkit-linear-gradient(top, #1bd9e0, #1d76ad);
    background-image: -moz-linear-gradient(top, #1bd9e0, #1d76ad);
    background-image: -ms-linear-gradient(top, #1bd9e0, #1d76ad);
    background-image: -o-linear-gradient(top, #1bd9e0, #1d76ad);
    background-image: linear-gradient(to bottom, #1bd9e0, #1d76ad);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    text-shadow: 1px 1px 3px #666666;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }
  
  .btn:hover {
    background: #28dbc0;
    background-image: -webkit-linear-gradient(top, #28dbc0, #21b89f);
    background-image: -moz-linear-gradient(top, #28dbc0, #21b89f);
    background-image: -ms-linear-gradient(top, #28dbc0, #21b89f);
    background-image: -o-linear-gradient(top, #28dbc0, #21b89f);
    background-image: linear-gradient(to bottom, #28dbc0, #21b89f);
    text-decoration: none;
  }