body {
    font-family: 'IBM Plex Sans', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    margin: 0px; 
    overflow-x: hidden;
}



.navbar {
    position: fixed;
    top: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    z-index: 100; 
}





.navbar_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 60%;
    text-align: center;
    height: 100%;
    color: black;
    text-decoration: none;
    padding: 10px;
}

.navbar_buttons:hover {
    text-decoration: underline;
    opacity: 100%;
}
@media only screen and (min-width:1080px) {
    .ph {
        display: none;
    }
    .navbar_internal {
        display: flex;
        justify-content: center;
        gap: 30px;
        padding-right: 30px;
        align-items: center;
    }
    .centered_body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-grow: 1; 
        padding-left: 5%;
        width: 50%;
    }
    .centered_body a{
        text-decoration: none;
        background-color: black;
        width: 230px;
        border: 0px;
        color: white;
        font-weight: bolder;
        font-size: 2rem;
        
        padding: 20px;
        display: flex;
        gap: 10px;
    }

    .ds {
        display: block;
    }


    .whm{
        background-color: black;
        color: white;
        margin: auto; 
        box-sizing: border-box;
        width: 60%;
        padding: 3%;
    }
    .experience-section {
        display: flex;
        justify-content: space-between;
        padding: 100px;
        position: relative;
    }
    .achievements{
        color:white; 
        width: 60%; 
        margin: auto; 
        box-sizing: border-box; 
        padding: 10%; 
        margin-top: 2rem;
        background-image: linear-gradient(to right,#FFB147,#FF6C63,#B86ADF);
    }
}

@media only screen and (max-width:1080px) {
    .ph {
        display: block;
    }
    .centered_body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-grow: 1; 
        width: 100%;
        align-items: center;
    }
    .navbar_internal {
        width: 100%;
        left: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        gap: 30px;
        align-items: center;
    }
    .centered_body a{
        text-decoration: none;
        background-color: black;
        width: 180px;
        border: 0px;
        color: white;
        font-weight: bolder;
        font-size: 2rem;
        padding: 20px;
        display: flex;
    }
    .whm{
        background-color: black;
        color: white;
        margin: auto; 
        width: 100%;
        box-sizing: border-box;
        padding: 3%;
    }
    .ds {
        display: none;
    }
    .experience-section {
        margin: auto;
        width: 80%;
    }
    .achievements{
        color:white; 
        width: 100%; 
        margin: auto; 
        box-sizing: border-box; 
        padding: 10%; 
        margin-top: 2rem;
        background-image: linear-gradient(to right,#FFB147,#FF6C63,#B86ADF);
    }
}

h1 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
}

h2 {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
}

h3 {
    font-size: clamp(1rem, 2vw, 1.4rem);
}


.centered_body h1 {
    font-weight: normal;
    font-size: clamp(2rem, 5vw, 4rem);
}


.container {
    margin: auto;
    width: 100%;
    text-align: center;
}



* {
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}
  *::-webkit-scrollbar {
    display: none;
}
.divider-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    pointer-events: none; /* Allows clicking through the divider */
}