body {
    margin: 0;
    color: #40514E;
    text-align: center;
    font-family: 'Merriweather', serif;
}
.top-container {
    background-color:#E0ECE4;
    position: relative;
    padding-top: 100px;
}
h1 {
    margin-top: 0;
    font-family: 'Sacramento', cursive;
    font-size: 5.625rem;
    margin: 50px auto 0 auto;
    color: #66BFBF;
}

h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    color: #66BFBF;
    padding-bottom: 10px;
}
h3 {
    font-family: 'Montserrat', sans-serif;
    color: #11999E;
}
.intro {
    width: 30%;
    margin: auto;
}
.red {
    color:rgb(179, 3, 3);
}
hr {
    width:5%;
    border: 6px dotted #EAF6F6;
    border-bottom: none;
    margin: 100px auto;
}
.normal-weight {
    font-weight: normal;
    line-height: 2;
}
.prolink a{
    text-decoration: none;
    color: black;
}
.prolink a:hover {
    color: #11999E;
}
.skill-row {
    width:50%;
    margin:100px auto;
    text-align: left;
    line-height: 2;
}
.computer-img {
    width: 25%;
    float: left;
    margin-right: 30px;
}
.cilli-img {
    width: 25%;
    float:right;
    margin-left: 30px;
}
.computer-clear{
    clear:left;
}
.chilli-clear {
    clear: right;
}

.top-cloud {
    position: absolute;
    right: 300px;
    top: 50px;
}
.bottom-cloud {
    position: absolute;
    left: 300px;
    bottom: 300px;
}
.middle-container {
    margin: 100px;
}
.contact-me {
    width: 40%;
    margin: 20px auto;
    font-weight: bold;
}
.btn {
    display: inline-block;
    background-color: #11999E;
    color: #EAF6F6;
    font-weight: normal;
    text-decoration: none;
    padding: 16px 20px;
    border-radius: 10px;
    margin: 20px;
    transition:box-shadow 0.6s;
}
.btn:hover {
    box-shadow: 10px 10px 15px gray;
    
}
.bottom-container {
    background-color: #66BFBF;
    color: #EAF6F6;
    padding: 40px;
    font-size: small; 
    margin-top: 50px;  
}
.footer-link {
    display:inline-block;
    color:#11999E;
    font-size: 1rem;
    text-decoration: none;
    padding: 20px;
}
.footer-link:hover {
    color: #EAF6F6;
}