body{
    margin: 0px;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    font-size: 20px;}
h1{
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 50px;
    color: #66BFBF;
    line-height: 2;
}
h2{
    color: #66BFBF;
    font-weight: normal;
    padding-top: 10px;
}
h3{
color: #11999E;
}
p{
    color: #40514e;
    line-height: 2;
}
.top_container{
    background-color: #EAF6F6;
    height: fit-content;
    margin-bottom: 20px;
}
.middle-container{
    margin: 100px;
}
.bottom-container{
    background-color: #66BFBF;
    height:100px;
    padding: 50px 0 20px;
}
.top-cloud{
    position: relative;
    left: 250px;
    padding-top: 60px;
}
.bottom-cloud{
    position: relative;
    bottom: 350px;
    left: 10px;
}
.mountain{
    position: relative;
    left: -70px;
    padding-top: 45px;
}
a{
    color: #11999E;
    font-family:'Roboto Mono', monospace;
    margin: 10px 20px;
    text-decoration: none;
}
a:hover{
    color: #EAF6F6;
}
.skill-row{
    width: 50%;
    margin: 100px auto 100px auto;
    text-align: left;
            
}
.code-img{
    width: 25%;
    float: left;
    margin-right: 30px;
}
.chilli-img{
    width: 25%;
    float: right;
    margin-left: 30px;
}
hr{
    border-top: 10px dotted #EAF6F6;
    border-bottom: 0px;
    border-left: 0px;
    width:5%
}
.footer-link{
    position: relative;
    padding-top: 10px;
}
.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: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    text-shadow: 1px 1px 3px #666666;
    font-family: 'Roboto Mono', monospace;
    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;
  }