.top-container {
    background-color: #e4f9f5;
    padding-top: 50px;
} 
h1{
    color: #66BFBF;
    font-family: 'Sacramento', cursive;
    margin: 50px auto 0 auto;
    font-size: 5.625rem;
    line-height: 2;
}
body {
    margin:0;
    color: #40514E;
    text-align: center;
    font-family: 'Merriweather', serif;
}
h2 {
    color: #66BFBF;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 2.5rem;
    font-weight: normal;
}
h3 {
    color: #11999e;
}
p {
    font-family: 'EB Garamond', serif;
    color: #40514E;
}
.top-cloud{
    position: absolute;
    right: 50px;
}

.bottom-cloud {
    position: absolute;
    left: 300px;
}
.skill-row {
    width: 50%;
    margin: 100px auto 100px auto;
    text-align: left;
    line-height: 2;
}
.python {
    width: 25%;
    float: left;
    padding-right: 30px;
}
.python:hover {
    transform: scale(1.5);
}
.web-d {
    width: 25%;
    float: right;
    padding-left: 30px;
}
.web-d:hover {
    transform: scale(1.5);
}
.btn {
    margin-top: 50px;
    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: 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;
  }
.bottom-container {
    background-color: #66BFBF;
    padding: 50px 0 20px;
}
.about {
    text-align: center;
    width: 50%;
    margin: auto;
}
.middle-container {
    margin: 100px auto 100px auto;
}
.copyright {
    color: #EAF6F6;
    padding: 20px 0;
}
.copyright:hover {
    color: black;
}
.footer-link-2{
    color: #40514E;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    margin: 10px 20px;
    text-decoration: none;
}
.footer-link-1 {
    color: #40514E;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    margin: 10px 20px;
    text-decoration: none;
}
.footer-link-3 {
    color: #40514E;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    margin: 10px 20px;
    text-decoration: none;
}
a:hover {
    color: aqua;
}
a.grow {
    transition: all .2s ease-in-out;

}
hr {
    border: dotted #EAF6F6 6px;
    border-bottom: none;
    width: 5%;
    margin: 100px auto;
}
