body{
    margin: 0;
    text-align: center;
    font-family: 'merriweather', serif;
}

h1{
    margin: 50px auto 0 auto;
    font-family: 'sacramento', cursive;
    font-size: 562%;
    color: #66BFBF;
}
h2{
    font-size: 1.7rem;
    color:#66BFBF;
    font-weight: normal;
    
}
.h2-1{
    margin-top: 50px;
}
.h2-2{
    margin-top: 50px;
}
h3{
    color: #11999E;
}
hr{
    border-style: none;
    border-top-style: dotted ;
    border-color: grey;
    border-width: 6px;
    width: 55px;
   
}
a{
    color: #11999E;
}
.top{
    padding: 120px;
    background-color: #e3fdfd;
    line-height: 2;    
}
.middle-container{
    margin-top: 50px;
    margin-right: 0;
    text-align: center;
}
.bottom-container{
    line-height: 3;
    background-color: #66BFBF;
    margin: 0;


}
a{
    padding-right: 30px;
    text-decoration: none;
}
a:hover{
    color: white;
}
.contact-me{
    line-height: 2;
}


.cloud1{
    position: absolute;
    top: 10px;
    left: 780px;
}

.cloud2{
    position: absolute;
    left:300px;
    bottom: 200px;
}
.mountain{
    position:relative;
    
}
.skill-pic{
    height: 200px;
    width: 200px;
    float: left;
    margin-left: 230px;
    margin-bottom: 100px;
 
}
.skill-2-pic{
    height: 200px;
    width: 200px;
    float: right;
    margin-right: 230px;
    
}
.memoji{
    height: 200px;
    width: 200px;
    position: absolute;
    right: 150px;

}
.skill-row{
    margin-top: 5%;
}

h3{
    margin-right: 50%;
}
.paragraph-1{
    text-align: left;
    margin-left: 40%;
}
.paragraph-2{
    margin-left: 10%;
}
.paragraph-3{
    margin-bottom: 0;
    color: white;
}
.content{
    margin-right: 49rem
}
.If-you{

    margin-right: 0;
}
.btn {
    background: #66BFBF;
    background-image: -webkit-linear-gradient(top, #66BFBF, #66BFBF);
    background-image: -moz-linear-gradient(top, #66BFBF, #66BFBF);
    background-image: -ms-linear-gradient(top, #66BFBF, #66BFBF);
    background-image: -o-linear-gradient(top, #66BFBF, #66BFBF);
    background-image: linear-gradient(to bottom, #66BFBF, #66BFBF);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    -webkit-box-shadow: 2px 2px 1px #666666;
    -moz-box-shadow: 2px 2px 1px #666666;
    box-shadow: 2px 2px 1px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 17px;
    padding: 5px 14px 5px 14px;
    text-decoration: none;
  }
  
  .btn:hover {
    background: #57ebe4;
    background-image: -webkit-linear-gradient(top, #57ebe4, #57ebe4);
    background-image: -moz-linear-gradient(top, #57ebe4, #57ebe4);
    background-image: -ms-linear-gradient(top, #57ebe4, #57ebe4);
    background-image: -o-linear-gradient(top, #57ebe4, #57ebe4);
    background-image: linear-gradient(to bottom, #57ebe4, #57ebe4);
    text-decoration: none;
  }