body {
    margin: 0;
    text-align: center;

    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;

}

h1 {
    margin: 0 auto 0 auto;
    font-family: "Sacramento", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 562%;
    color: #66bfbf;
}

h2 {
    font-family: ;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    color: #11999e;
    position: relative;
    margin-top: 60px;
    font-size: 40px;
}

h3 {
    font-family: adobe-garamond-pro, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    color: #66bfbf;
    font-size: 22px;

}

.topcontainer {
    background-color: #e4f9f5;
    padding-top: 60px;
}

/*.middle-container {}*/

.bottom-container {
    background-color: #e4f9f5;
    padding-bottom: 20px;


}

.middle-cloud {
    position: absolute;
}

.bottom-cloud {
    position: absolute;
    margin-inline: 90px;
    margin-top: 300px;
}

.top-cloud {
    position: absolute;
    right: 250px;
    top: 40px;
}

.after-i {
    font-family: Serif;
    font-size: 30px;
    color: #66bfbf;
    font-weight: normal;
    margin-top: 0;
}

.footer-link {
    color: #11999e;
}

.skill-row {
    width: 50%;
    margin: 100px auto 100px auto;
    text-align: left;
    line-height: 2;
}

.skill-image1 {
    width: 25%;
    float: left;
    margin-right: 30px;
}

.skill-image2 {
    width: 35%;
    float: right;
    margin-right: 30px;
    position: relative;
    margin-left: 30px;
}

.profile {
    width: 50%;
    margin: 0 auto 0 auto;
}

.profile-photo {
    position: relative;
    margin-top: 60px;
}

.description {
    color: #545454;
    font-size: 20px;
}

.contact-me {
    width: 50%;
    margin: 0 auto 0 auto;
}

.description1 {
    color: #545454;
    font-size: 20px;
    margin-bottom: 70px;
}

.line {
    border-style: none;
    border-top-style: dotted;
    border-top-color: rgb(221, 221, 221);
    border-width: 10px;
    margin: 0 640px 0 640px;
}

.footer-link1 {
    background: #3D94F6;
    background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -webkit-gradient(to bottom, #3D94F6, #1E62D0);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #FFFFFF;
    font-family: Brush Script MT;
    font-size: 20px;
    font-weight: 100;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 20px 0 #000000;
    -moz-box-shadow: 1px 1px 20px 0 #000000;
    box-shadow: 1px 1px 20px 0 #000000;
    text-shadow: 1px 1px 20px #000000;
    border: solid #337FED 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;

}

.footer-link1 {
    border: solid #337FED 1px;
    background: #1E62D0;
    background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -webkit-gradient(to bottom, #1E62D0, #3D94F6);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
    margin: 20px;
}

.footer-link {
    margin: auto;
    display: inline-block;
    padding: 30px;
    font-size: 20px;
}