@media (min-width:1000px) and (max-width:1200px){
    .left{
        position:absolute;
        width: 40.5vw;
        left:-100%;
        transition:left 0.3s ease-in-out;
        z-index: 1;
    }
    .combo{
        left: 28%;
    }
    .button1{
        right: 12%;
    }
    .button2{
        right: 2%;
    }
    .song-duration{
        gap: 400px;
    }
    .hamburger{
        display: inline;
        left: 20%;
    }
    .cross{
        display: inline;
    }
    .songList ul li {
        width: 87%;
    }


}