body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.header {
    background-color: #2896ca;
    top: 0;
    height: 150px;
    width: 100%;
    line-height: 80px;
    align-content: center;
    position: relative;
}

.center-header {
    margin: auto;
    height: 40%;
    width: 90%;
    background-color: #2896ca;
    align-content: center;
    text-align: center;
    border-radius: 3em;
    /* box-shadow: 0px 0px 10px #3b3b3b; */
}

.header-title {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18pt;
    margin: auto;
    font-weight: 600;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 10px;
}

.home-page {
    width: 100%;
    height: 800px;
    background-color: #2896ca;
    justify-content: center;
    align-items: center;
    position: relative;
}

.home-page h2 {
    color: #FFFFFF;
    font-family: Georgia, 'Times New Roman', Times, serif;
    z-index: 1;
    position: absolute;
    font-size: 500%;
    text-align: center;
    width: 100%;
    margin-top: 100px;
}

.home-page h1 {
    margin-top: 8%;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-family: Georgia, 'Times New Roman', Times, serif;
    z-index: 2;
    position: absolute;
    font-size: 1200%;
}

.home-page img {
    width: 100%;
    height: 750px;
    z-index: 3;
    position: absolute;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
    bottom: 0;
}

.home-link-frame {
    width: 100%;
    height: 60px;
    margin-bottom: 13em;
    bottom: 0;
    z-index: 4;
    position: absolute;
    align-items: center;
    display: flex;
}

.home-link {
    padding-left: 30px;
    padding-right: 30px;
    height: 60px;
    width: 700px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 125%;
    background-color: #FFFFFF;
    border-radius: 2em;
    margin: auto;
}

.home-link a {
    text-decoration: none;
    color: #b72222;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
}

.about-me {
    width: 100%;
    height: 50em;
    background-color: #1e1e1e;
    align-items: center;
    display: flex;
    position: relative;
}

.aboutme-box {
    width: 80%;
    height: 80%;
    display: flex;
    justify-content: left;
    position: relative;
    gap: 50px;
    margin-left: 80px;
    margin-right: 80px;
}

.col1-aboutme {
    width: 500px;
    height: 100%;
    background-image: url("foto.JPG");
    border-radius: 1em;
    background-size: cover;
    align-content: end;
    overflow: hidden;
}

.name-aboutme {
    background: linear-gradient(to top, #000000ca, #5e5e5eca, #ffffff00);
    height: 150px;
    text-align: center;
    align-content: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: auto;
    font-size: 175%;
}

.col2-aboutme {
    height: 100%;
    width: 755px;
    color: #FFFFFF;
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    flex-wrap: wrap;
}

.col21-aboutme {
    height: 70px;
    width: 450px;
    color: #FFFFFF;
    border-bottom: 2px solid #b72222;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    align-content: center;
    z-index: 2;
    font-weight: bold;
    font-size: 55px;
}

.col21-aboutme p {
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    word-wrap: normal;
    flex-wrap: wrap;
}

.col22-aboutme {
    height: 85%;
    width: 100%;
    color: #FFFFFF;
    line-height: 175%;
    font-family: 'Times New Roman', Times, serif;
    text-align: left;
    right: 0;
    bottom: 0;
}

.rose {
    width: 330px;
    height: 750px;
    z-index: 3;
    position: absolute;
    overflow: hidden;
    object-fit: cover;
    object-position: left;
    right: 0;
    filter: brightness(80%);
}

.name-am {
    width: 300px;
    height: 90px;
    z-index: 3;
    position: absolute;
    left: 300px;
    top: 550px;
    color: #FFFFFF;
    background-color: #b72222;
    align-content: center;
    justify-content: center;
    font-size: 25px;
}

.name-am p {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.curriculum-vitae {
    width: auto;
    height: 800px;
    background-color: #1e1e1e;
    align-items: center;
    justify-items: center;
    position: relative;
    overflow: hidden;
}

.background-cv {
    position: absolute;
    color: #606060;
    z-index: 0;
    letter-spacing: 4px;
    text-align: center;
    width: 100%;
    align-content: center;
    font-size: 18px;
}

.background-cv p {
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.cv-box {
    margin: 80px;
    display: flex;
    height: 640px;
    justify-content: center;
    align-content: center;
    gap: 19px;
    position: absolute;
}

.education {
    height: 100%;
    width: 500px;
    background: linear-gradient(45deg, #561426, #389dd4);
    border-radius: 1em;
    box-shadow: 0px 0px 10px #131313;
    color: #FFFFFF;
}

.edu-title {
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
}

.edu-content {
    width: 80%;
    margin: auto;
}

.content {
    margin-top: 30px;
    margin-bottom: 20px;
}

.head-content {
    border-bottom: 1px solid #FFFFFF;
    display: flex;
    justify-content: space-between;
    line-height: 0.7;
    font-size: 90%;
    align-items: center;
}

.lefthead-content {
    text-align: left;
}

.lefthead-content p {
    font-style: italic;
}

.righthead-content {
    text-align: right;
}

.body-content {
    text-align: justify;
    line-height: 1.5;
}

.organization-committee {
    height: 100%;
    width: 500px;
    background: linear-gradient(0deg, #561426, #389dd4);
    border-radius: 1em;
    box-shadow: 0px 0px 10px #131313;
    color: #FFFFFF;
}

.work-experience {
    height: 100%;
    width: 500px;
    background: linear-gradient(315deg, #561426, #389dd4);
    border-radius: 1em;
    box-shadow: 0px 0px 10px #131313;
    color: #FFFFFF;
}

.con {
    background-color: #1e1e1e;
    padding-left: 80px;
    padding-right: 80px;
}

.contact {
    height: 400px;
    width: auto;
    background-color: #303030;
    border-radius: 1em;
    color: #FFFFFF;
    padding-left: 50px;
    padding-right: 50px;
    align-content: center;
}

.contact-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-contact {
    width: 700px;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    line-height: 1.5;
    gap: 50px;
}

.right-contact {
    width: 700px;
    height: auto;
    line-height: 1.5;
    justify-items: right;
}

.contact-button {
    background-color: #b72222;
    width: 200px;
    height: 60px;
    align-content: center;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 80px;
    margin-left: 500px;
}

.contact-detail {
    text-align: right;
}

.footer {
    background-color: #1e1e1e;
    top: 0;
    height: 200px;
    width: auto;
    line-height: 80px;
    align-content: end;
    position: relative;
}

.footer-box {
    margin: auto;
    height: 60%;
    width: 95%;
    background-color: #1e1e1e;
    align-content: center;
    text-align: center;
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .header {
        height: 120px;
        line-height: 60px;
    }

    .header-title {
        font-size: 16pt;
        letter-spacing: 5px;
    }

    .home-page h2 {
        font-size: 300%;
    }
}

@media screen and (max-width: 768px) {
    .header {
        height: 100px;
        line-height: 50px;
    }

    .center-header {
        width: 95%;
        height: auto;
        padding: 10px;
    }

    .header-title {
        font-size: 14pt;
        letter-spacing: 3px;
    }

    .home-page {
        height: auto;
        padding: 20px;
        text-align: center;
    }

    .home-page h2 {
        font-size: 250%;
        position: relative;
    }
}
