body{
    margin: 0;
    text-align: center;
    font-family: 'Merriweather';
}

/* 16px==100%==1em */
h1{
    font-size: 5.625rem;
    line-height: 2;
    /* font-size: 90px; */
    margin: 50px auto 0 auto;
    font-family: 'Sacramento', cursive;
    color: #66bfbf;
}

h2{
    margin-top: 60px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    /* font-size: 40px; */
    font-size: 2.5rem;
    color: #66bfbf;
}

h3{
    font-family: 'Montserrat', sans-serif;
    color: #11999e;
    
}

.top-container{
    background-color: #e4f9f5;
    position: relative;
    padding-top: 100px;
}

.pro{
    text-decoration: underline;
}

.bottom-cloud{
    position: absolute;
}

.top-cloud{
    /* display: inline-block; */
    position: absolute;
    top: 50px;
    left: 60%;
}

a{
    color: #11999e;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 20px;
    text-decoration: none;
}

a:hover{
    color: #eaf6f6;
}

.skill-row{
    width: 50%;
    margin: 100px auto 100px auto;
    text-align: left;
    line-height: 2;
}

.code{
    float: left;
    margin-right: 30px;
    width: 25%;
}

.chillies{
    width: 25%;
    float: right;
    margin-left: 30px;
}

.intro{
    width: 30%;
    margin: auto;
}

hr{
    border-top: 6px dotted #bfc7c6;
    width: 10%;
    border-bottom: none;
    margin: 100px auto;
}

.bottom-container{
    background-color: #66bfbf;
    padding: 50px 0 20px 0;
    margin-top: 100px;
}

.copyright{
    color: #eaf6f6;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.footer-link{
    position: relative;
    padding-top: 10px;
}

p{
    font-size: 1em;
    line-height: 2;
    margin: 3em auto;
}
.profile{
    margin-top: 40px;
    margin-bottom: 0px;
}

.profilepic{
    margin-top: 40px;
    margin-bottom: 0px;
    border-radius: 50%;
}

.touch{
    width: 40%;
    margin: 40px auto;
}

.btn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: 'Montserrat';
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }
  
  .btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
  }