body {
    margin: 0;
    text-align: center;
    font-family: 'Noto Serif Toto', Georgia, 'Times New Roman', Times, serif;    
}

.heading {
    color:#66BFBF;
    font-family: 'Charmonman', cursive;
    font-size: 4.5rem;
    margin: 50px auto -10px; /* top, left-right, bottom*/
}

h2 {
    color: #66BFBF;
    font-family: 'Noto Serif Toto', serif;
    font-weight: bold;
    font-size: 2rem;
}

h3 {
    color: #11999E;
}

hr {
    border-style: none;
    border-top-style: dotted;
    border-width:5px;
    border-color: rgb(190, 190, 190);
    width: 5%;
    margin: 70px auto;
} 

.top-container {
    background-color: #e4f9f5;
    position: relative;
    padding-top: 100px;
}

.cloud1 {
    position: absolute;
    top: 50px;
    right: 27%;
    
}

.cloud2 {
    position: absolute;
    left: 29%;
    bottom: 300px;
    
}

.middle-container {
    background-color: #f8ffff;
    margin-top: 100px;
    margin-bottom: 100px;
}

.profile-pic {
    border-radius: 100%;
    height: 150px;
    width: auto;
}

.intro {
    width: 40%;
    margin: 0 auto;
    line-height: 2;
}

.skill-row {
    line-height: 2;
    margin: 75px auto;
    text-align: left;
    width: 50%;
}

.skill-logo {
    float: left;
    height: 25%;
    padding-right: 30px;
    width: 25%;
}

.html-logo {
    float: right;
    height: 25%;
    padding-right: 30px;
    width: 25%;
}

.js-logo {
    float: right;
    height: 25%;
    padding-right: 30px;
    width: 25%;
}

.bottom-container {
    background-color: #66BFBF;
    height: 150px;
    width: 100%;
}

.contact-info {
    margin: 30px auto 50px;
}
.bottom-container-logo {
    width: 40px;
    height: 40px;
    padding: 27px;
    padding-bottom: 0;
}

.copyright {
    color: #EAF6F6;
    font-size: 1.3rem;
    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: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    font-family: Arial;
    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;
  }



