body{
    margin: 0;
    text-align: center;
    font-family: 'Merriweather', serif;
    color: #40514e;
}

h1{
    margin-top: 50px;
    font-size: 5.625rem;
    margin: 50px auto 0 auto;
    font-family: 'Sacramento', cursive;
    color: #66BFBF;
    line-height: 2;
}

h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    color: #66BFBF;
    padding-bottom: 10px;
    
}

h3{
    font-family: 'Montserrat', sans-serif;
    color: #11999E;
}

p{
    line-height: 2;
    font-family: 'Montserrat', sans-serif;
}

hr{
    border: dotted#a1b0b0 6px;
    border-bottom: none;
    width: 4%;
    margin: 200px auto;
}

a{
    color: #0e8d91;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 20px;
    text-decoration: none;
    font-weight: bold;
}

a:hover{
    color: #EAF6F6;
}
.top-container {
    background-color: #cefff6;
    position: relative;
    padding-top: 100px;
}

.expand-arrow{
    width: 4.5rem;
    background-color: #000000;
}

.middle-container{
    margin: 100px 0;
}
.top-cloud{
    position: absolute;
    right: 300px;
    top: 40px;
}
.bottom-cloud{
    position: absolute;
    left: 250px;
    bottom: 300px;
}

.pfp{
    width: 10%;
    margin-top: 50px;
}

.intro{
    width:30%;
    margin:auto;
}

.skills{
    margin: 100px 0 100px 0;
}

.skill-row{
    width: 50%;
    margin: 100px auto 150px auto;
    text-align: left;
}

.skill-row2{
    width: 50%;
    margin: 100px auto 100px auto;
    text-align: left;
}

.computer-img{
    background-color: #8ed2d2;
    width:20%;
    border-radius: 50%;
    float: left;
    margin-right: 30px;
}
.programming-img{
    background-color: #8ed2d2;
    width:20%;
    border-radius: 50%;
    float: right;
    margin-left: 30px;

}
.bottom-container{
    background-color: #66BFBF;
    padding: 50px 0 20px;

}

.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: 11;
    -moz-border-radius: 11;
    border-radius: 11px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }
  
  .btn:hover {
    background: #30e3cb;
    background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
    text-decoration: none;
  }

.copyright{
    color:#EAF6F6;
    font-size: 0.75rem;
    padding: 20px 0;

}