body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Amatic SC', cursive;
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bg-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.header {
    width: 100%;
    height: 87px;
    background: #739570;
    position: absolute;
    top: 0;
}

.name {
    position: absolute;
    left: 37px;
    top: 19px;
    color: black;
    font-size: 40px;
    font-weight: 400;
}

.info-articles-contact {
    width: 600px;
    position: absolute;
    top: 22px;
    right: 100px;
    display: flex;
    justify-content: space-between;
}

.nav-link {
    color: black;
    text-decoration: none;
    font-size: 32px;
    font-weight: 400;
}

.banner {
    width: 979px;
    height: 171px;
    left: 350px;
    background: #739570;
    position: absolute;
    top: 142px;
}

.profile-pic {
    width: 208px;
    height: 192px;
    position: absolute;
    top: 131px;
    left: 70px;
    border-radius: 50%;
}

.section {
    position: absolute;
    background: #739570;
}

.section1 {
    width: 353px;
    height: 495px;
    left: 74px;
    top: 400px;
}

.section2 {
    width: 353px;
    height: 495px;
    left: 539px;
    top: 380px; /* Slightly adjusted to move it up */
    background: #739570;
}

.section2 p {
    position: relative;
    top: 60px; /* Adjust this value to move the text down */
}

.section3 p {
    position: relative;
    top: 60px; /* Adjusted to move the text down further */
}



.section3 {
    width: 353px;
    height: 495px;
    left: 1004px;
    top: 380px; /* Slightly adjusted to move it up */
    background: #739570;
}
.section4 {
    width: 353px;
    height: 427px;
    left: 75px; /* Adjust this value as needed */
    top: 450px; /* Adjust this value as needed */
    background: #739570;
    position: absolute;
}

.section4 p {
    font-size: 32px; /* Adjust this value as needed */
    color: black; /* Adjust this value as needed */
    font-family: 'Amatic SC', cursive;
    word-wrap: break-word;
    margin-top: 20px; /* Adjust this value to position the text vertically */
    position: relative;
    top: -30px; /* Adjusted to move the text up */}


.text1 {
    width: 919px;
    left: 359px;
    top: 150px;
    font-size: 20px;
    position: absolute;
}

.text2 {
    left: 158px;
    top: 409px;
    position: absolute;
}

.text3 {
    left: 630px;
    top: 409px;
    position: absolute;
}

.text4 {
    left: 1101px;
    top: 409px;
    position: absolute;
}
.text-content {
    margin-top: 40px; /* Adjust this value to lower the text */
}
.project-description {
    margin-top: 20px; /* Adjust this value to lower the text */
}



.section2,

.section3,

.section4 {
    margin-top: 20px; /* Adjust this value as needed */
}

/* Adjust the text size for the titles of the 3 experience/projects */
.text2, .text3, .text4 {
    font-size: 36px;
  }
  
  /* Adjust the text size for the content inside the boxes */
  .section2 p, .section3 p, .section4 p {
    font-size: 32px;
  }
  

.ellipse2, .ellipse3, .ellipse4 {
    width: 70px;
    height: 71px;
    position: absolute;
    border-radius: 9999px;
    overflow: hidden;
}

.ellipse2 {
    left: 540px;
    top: 400px;
    background: #C4C4C4;
}

.ellipse3 {
    left: 1004px;
    top: 400px;
}

.ellipse4 {
    left: 74px;
    top: 400px;
}

.ellipse2 img, 
.ellipse3 img, 
.ellipse4 img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    object-position: center; 
    border-radius: 9999px; 
}

.tik1, .tik2, .tik3, .tik4 {
    width: 50px;
    height: 50px;
    position: absolute;
}

.tik1 {
    left: 1343px;
    top: 948px;
}

.tik2 {
    left: 1278px;
    top: 948px;
}

.tik3 {
    left: 1213px;
    top: 948px;
}

.tik4 {
    left: 1148px;
    top: 948px;
}

.tik1 img, 
.tik2 img, 
.tik3 img, 
.tik4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Modal Styles */
.modal { 
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0, 0, 0, 0.4); 
}

.modal-content { 
    background-color:#739570; /* Updated to match the green color of other boxes */
    margin: 15% auto; 
    padding: 20px; 
    border: 1px solid #888; 
    width: 80%; 
}
.modal-content p, .modal-content ul {
    font-size: 24px; /* Increased font size */
}


.close { 
    color: #aaa; 
    float: right; 
    font-size: 28px; 
    font-weight: bold; 
}

.close:hover, 
.close:focus { 
    color: black; 
    text-decoration: none; 
    cursor: pointer; 
}
