body {
    margin: 0px; 
    color: #40514e;
    text-align: center;
    font-family: 'merriweather',serif;
    line-height: 2;
    
}
.upper {
    background-color: #E4F9F5;
    position: relative;
    text-align: center;
    padding-top: 1%;
}
.middle-container {
    margin: 30px 0;
}
h1 {
    margin: 30px 0px 30px 0px;
    color: #66bfbf;
    font-family: 'Sacramento', cursive;
    font-size: 5.6rem;
    padding-bottom: 10px;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    color: #66bfbf;
    font-weight: normal;
}
h3 {
    color: #11999e;
    font-family: 'Montserrat', sans-serif;
}
.lower_cloud {
    position: absolute;
}
.upper_cloud {
    position: relative;
    margin-left: 40%;
}
.skill-row {
    width: 50%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: left;
    line-height: 2;
}
.computer-pic {
    width: 25%;
    float: left;
    margin-right: 30px;
}
.chillies-pic{
    width: 25%;
    float: right;
    margin-left: 30px;
}
.my-pic {
    width: 40%;
    border-radius: 100%;
    margin-bottom: 20px;
}
.intro {
    width: 30%;
    text-align: center;
    margin: auto;
}
hr {
    border-style: dotted none none;
    height: 0px;
    width: 5%;
    border-color: gray;
    border-width: 5px;
    margin-top: 70px;
    margin-bottom: 30px;
}

.btn {
    background: #11cdd4;
    background-image: -webkit-linear-gradient(top, #11cdd4, #11999a);
    background-image: -moz-linear-gradient(top, #11cdd4, #11999a);
    background-image: -ms-linear-gradient(top, #11cdd4, #11999a);
    background-image: -o-linear-gradient(top, #11cdd4, #11999a);
    background-image: linear-gradient(to bottom, #11cdd4, #11999a);
    -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, #20bc4ad);
    background-image: -moz-linear-gradient(top, #30e3cb, #20bc4ad);
    background-image: -ms-linear-gradient(top, #30e3cb, #20bc4ad);
    background-image: -o-linear-gradient(top, #30e3cb, #20bc4ad);
    background-image: linear-gradient(to bottom, #30e3cb, #20bc4ad);
    text-decoration: none;
  }
  .e-detail {
    width: 30%;
    text-align: center;
    margin: auto;
    margin-bottom: 75px;
  }
  .bottom-container {
    background-color: #66bfbf;
    padding: 30px;
  }
  a {
    color: #11999e;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 10px; 
    text-decoration: none;
  }
  a:hover {
    color: aliceblue;
  }
  .copy {
    color: #ffffff;
    font-size: small;
  }