:root {
    --bg-color: #66BFBF;
    --txt-color: #11999e;
}
body {
    margin: 0;
    text-align: center;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
    font-family: 'Merriweather', serif;
    color: #40514E;
}

h1 {
    font-size: 5.6rem;
    margin: 3.5rem auto 0;
    font-family: 'Sacramento', cursive;
    color: var(--bg-color);
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: normal;
    color: var(--bg-color);
    padding-bottom: 10px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    color: var(--txt-color);
}

p {
    line-height: 2;
    font-family: 'Montserrat', sans-serif;
}

a {
    font-family: 'Montserrat', sans-serif;
    color: var(--txt-color);
    margin: 10px 20px;
    text-decoration: none;
}

a:hover {
    color: #eaf6f6
}

hr {
    border-style: dotted none none;
    border-color: #c7d1d1;
    border-width: 5px;
    width: 3%;
    margin: 5rem auto;
}

.top__container {
    background-color: #E4F9F5;
    position: relative;
    padding-top: 100px;
}

.web {
    font-size: 20px;
}

.bio {
    width: 30%;
    margin: auto;
}

.top__cloud {
    position: absolute;
    right: 300px;
    top: 50px;
}

.bottom__cloud {
    position: absolute;
    left: 300px;
    bottom: 300px;
}

.skill-row {
    margin: 100px auto;
    width: 50%;
    text-align: left;
    position: relative;
}

.web-img {
    width: 25%;
    float: left;
    margin-right: 30px;
    background-color: #E4F9F5;
    border-radius: 2rem;
}

.team-img {
    width: 25%;
    float: right;
    margin-left: 30px;
    background-color: #E4F9F5;
    border-radius: 2rem;
}

.middle-container {
    margin: 100px 0;
}

.contact-msg {
    width: 40%;
    margin: 40px auto 60px;
}

.btn {
    background: #11cdd4;
    background-image: -webkit-linear-gradient(top, #11cdd4, var(--txt-color));
    background-image: -moz-linear-gradient(top, #11cdd4, var(--txt-color));
    background-image: -ms-linear-gradient(top, #11cdd4, var(--txt-color));
    background-image: -o-linear-gradient(top, #11cdd4, var(--txt-color));
    background-image: linear-gradient(to bottom, #11cdd4, var(--txt-color));
    -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, #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:  var(--bg-color);
    padding: 50px 0 20px;
}

.copyright {
    color: #eaf6f6;
    font-size: 0.75rem;
    padding: 20px 0;
}
