body {
    margin: 0px;
    text-align: center;
    font-family: 'Merriweather', serif;
    color: #40514E;
    line-height: 2;
}

hr {
    border-style: none;
    border-top-style: dotted;
    border-color: #f76b8a;
    border-width: 5px;
    width: 5%;
    margin-top: 50px;
    margin-bottom: 30px;
}

h1 {
    margin: 0 auto;
    font-family: 'Sacramento', cursive;
    font-weight: 500;
    font-size: 5.625rem;
    color: #66BFBF;
    line-height: 120px;
}

h2 {
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 2.5rem;
    color: #66BFBF;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    color: #11999E;
}

q {
    font-size: large;
    font-weight: 600;
}
.top-container {
    background-color: #e4f9f5;
    position: relative;
    padding-top: 130px;
}

.top-cloud {
    position: absolute;
    right: 200px;
    top: 50px;
    width: 20%;
    height: auto;
}

.bottom-cloud {
    position: absolute;
    left: 200px;
    bottom: 250px;
    width: 20%;
    height: auto;
}

.middle-container {
    position: relative;
    padding-top: 50px;
    margin: 0 auto;
}

.profile {
    width: 50%;
    margin: 0 auto;
}

.profile-img {
    border-radius: 50%;
}

.skills {
    width: 70%;
    margin: 0 auto;
}

.skill-row {
    height: auto;
    width: 100%;
    text-align: left;
}

.skill-1-img {
    width: 25%;
    float: left;
    margin-right: 30px;
}

.skill-2-img-cont {
    position: relative;
    height: 260px;
}

.skill-2-img {
    max-width: 25%;
    float: right;
    margin-left: 30px;
    object-fit: contain;
}

.attribution {
    color: grey;
    font-size:x-small;
    text-decoration: none;
}

.contact-me {
    width: 70%;
    margin: 0 auto;
}

.bottom-container {
    background-color: #68BFBF;
    margin-top: 50px;
    padding: 30px 0px 5px;
}

 .footer-link {
    color: #0f7f83;
    text-decoration: none;
    margin: 0px 20px;
}

.footer-link:hover {
    color: #EAF6F6;
    text-decoration: none;
}

.copyright-notice {
    color: #EAF6F6;
    font-size: smaller;
}
