body{
    color: #40514E ;
    margin: 0px;
    text-align: center;
    font-family: 'Merriweather', serif;
}
h1{
    
    margin: 40px auto 0px auto;
    font-family: 'Allura', cursive;
    font-size: 5.62rem;
    color: /*#95BDFF*/ #66BFBF;
    
}
.name-name{
    margin: 40px auto 0px auto;
    font-family: 'Allura', cursive;
    font-size: 5.62rem;
    font-weight: 1000;
    color: /*#95BDFF*/ #66BFBF;
}
hr{
    border: dotted 6px #E4F9F5;
    border-bottom: none;
    width: 4%;
    margin: 80px auto;
}
.topMyImg{
    position: absolute;
    
}
h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 10;
    padding-bottom: 10px;
    color: /*#47B5FF*/ #66BFBF;
}
.intro{
    width: 30%;
    margin: 0px auto;
}
.toph2{
    font-weight: 650;
}
h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #11999E;
    font-weight: 500;
}
p{
    font-family: 'Lora', serif;
    
}
.ayuImage{
    margin: 60px auto auto;
}
.skill-row{
    width: 50%;
    margin: auto;
    text-align: left;
    line-height: 2;
   
}
.skillpara{
    width: 86%;
}


.topContainer{
    position: relative;
    padding-top: 100px;
    background-color:#E4F9F8;
    
}
.profile{
    width: 95%;
    margin: auto;
    line-height: 2;
    
}
.skillset{
    float: left;
    margin-right: 50px;
}
.clsh2{
    color: #11999E;
    text-align:center;
    margin-top: 22px;
    
    
}
.MessageImg{
    position: relative;
    margin-bottom: 0px;
}
.helpImg{
    float: right;
    margin-left: 50px;
}
.head3{
        text-align: left;
        width: 70%;
        
}



.footer-link{
    margin: auto;
    color: #4D77FF;
}
.middle-container{
    position: relative;
    margin-bottom: 20px;
}
.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: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 20px;
    padding: 7px 16px 7px 16px;
    text-decoration: none;
    margin-top: -20px;
    
  }
  
  .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;
    
  }
  .nav-link:hover{
    color: #EAF6F6;

  }
  a{
    padding: 5px;
  }
  
.lastLine{
    color:#EAF6F6;
}
.cloud1{
    position: absolute;
    right: 12%;
    top: 50px;

}
.cloud2{
    position: absolute;
    left: 15%;
    bottom: 150px;
}

