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


}
hr
{
    width: 3%;
    border-style: none;
    border-top-style: dotted;
    border-top-width: 5px;
    color: gray;
    margin: 8% auto 8% auto;
}

.p1
{
        width: 40%;
        margin: 0 auto 6rem auto;
        line-height: 2;
        color: #40514E;
        
    
}

.top-container
{
    background-color: #CBEDD5;
    margin-top: 0%;
    position: relative;
    height: 100%;
    padding-top: 3.5%;
    margin-bottom: 4%;
    
     
}
.middle-container
{
    
}
.bottom-container
{
margin-top: 6rem;
background-color: #66bfbf;
color: white;
padding:4%;
padding-bottom: 0.5%;
}


h1
{
    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;
    font-weight: normal;
    
}


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

.right
{
    position: relative;
    left:50px;
}

.top-cloud
{
    position:absolute;
    right: 6.25rem;
    

}
.bottom-cloud
{
    position:absolute;
    left: 100px;
}

.footer-link
{
    color:#11999E;
    margin: 3%;
    text-decoration: none;
}

a:hover
{
    color: #ffffff;
}
.btn 
{
    color:#11999E;
}

.skill-row
{
    width: 50%;
    margin: 80px auto 200px auto;
    text-align: left;
    line-height: 2;
    
    
}  
.img
{
    width: 25%;
    float: left;
    margin-right: 30px;
}

.novel
{
    width: 25%;
    float: right;
    margin-left: 30px;
}

.cpyright
{
    margin-top: 4%;
    font-size: 0.8rem;
    
}










.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: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: Georgia;
    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;
  }