body{
    background-color: #141516;
    padding: 0;
    margin:0;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
    overflow-x: hidden;
}

@media (min-width: 1440px) {
    body{
        font-size: 1rem;
    }
    .menu_box_con{
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: transparent;
        height: 50px;
        width: 100%;

    }
    .menu_box{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 35px;
        background-color: transparent;
        height: 100%;
        width: 40%;
    }
    .menu_box div{
        position: relative;
        left: 50px;
    }
    .menu_box div a , .menu_box div a::after {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: #f0f0f0;
        text-decoration: none;
    }
    .logo_box{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 20%;
        font-size: 32px;
        font-family: "MedievalSharp", cursive;
        font-weight: 400;
        font-style: normal;
        color: #f0f0f0;
    }
    .profile_box{
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 35px;
        background-color: transparent;
        height: 100%;
        width: 40%;
        margin-right: 50px;
    }
    .profile_box a,.profile_box a::after{
        color: #f0f0f0;
        text-decoration: none;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 300;
    }

}

















@media (min-width: 1200px) {

}

@media (min-width: 480px) {
}

@media (min-width: 600px) {
}

@media (min-width: 768px) {
}

@media (min-width: 1024px) {
}

