body{
    margin: 0;
    color: #40514e;
    text-align: center;
    font-family: 'Merriweather', serif;
}
h1{
    font-size: 90px;  
    /* or rem=5.625 */
    /* line-height: 2; */
    margin-top: 50px auto 0 auto;
    /* width: 10%;  use to center when we have inline element or width
     is not equal to size of website width
    margin: 0 auto 0 auto; */
    font-family: 'Sacramento', cursive;
    color: #66bfbf;

}
li{
    margin-top: 35px;
    list-style: none;
}

/* .mid{
    padding-left: 100px;
} */

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

}
h3{
    font-family: 'Montserrat', sans-serif;
    color: #11999e;
}
p{
    line-height: 2;
}
hr{
    border:dotted #eaf6f6 6px;
    border-bottom: none;
    width: 4%;
    margin: 100px auto 100px auto;
}

#mid{
    margin-top: 130px;
    margin-left: auto;
    margin-right: auto;
}

.top-container{
    background-color: #eaf6f6;
    position: relative;
    padding-top: 100px;
}
.contact-message{
    width: 40%;
    margin: 40px auto 60px;
}
.spam{
    text-decoration: underline;
}
.middle-container{
    margin: 100px 0;
   
}
.intro{
    width: 30%;
    margin: auto;
}
.bottom-container{
   
    padding: 50px 0 20px;
    background-color: #66bfbf;
}
.java-img{
    /* width: 25% ;
    float: left;
    margin-right: 10px; */
    height: 180px;
}
.css-img{
    /* width: 25% ;
    float: left;
    margin-right: 30px; */
    height: 180px;
}
.html-img{
    /* width: 25%;
    float:right;
    margin-left: 30px; */
    height: 180px;
}
.skill-row{
    width: 50%;
    margin:70px auto 50px auto;
    text-align: left;
    line-height: 2;
    display: flex;
    justify-content: space-evenly;

}
.bottom-cloud{
    position: absolute;
    left: 250px;
    bottom: 300px;
}
.top-cloud{
   position: absolute;
   right: 300px;
   top: 40px;
}
/* .education{
    margin-bottom: 60px;
} */
a{
    color: #11999e; 
    font-family: 'Montserrat', sans-serif;
    margin: 10px 20px;
    text-decoration: none;
}

a:hover{
    color: #eaf6f6;
}
/* .html-description{
    clear:left;
}
.java-description{
    clear:right;
} */
.footer-link{
    color: #11999e;
}
/* .footer{
    height: 150px;
    margin-top: 75px;
    padding-top: 70px;
    background-color: #66bfbf;
} */
.copy-right{
    color: #eaf6f6;
    font-size: 0.75rem;
    padding: 20px 0;
}
/* .btn{
    width: 50px;
    height: 50px;
    background-color: #66BFBF;
    color: white;
} */
.clr{
    color: #11999e;
}
.colour{
    color: #66BFBF;
}
/* h3 .html{
    bottom: 0px;
} */
div .html{
    margin-top: 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: 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;
  }