@media only screen and (max-width: 800px) {
    #discover{
        flex-direction: column;
        height: 150vw;
    }

    .disc-div{
        height: 50vw;
        aspect-ratio: 2/1;
        background-size: cover;
        align-items: center;
        border-radius: 0;
    }

    .disc-btn{
        min-width: 50vw;
    }

    #big-pp{
        display: none;
    }

    #profile-div{
        display: block;
    }

    #profile-div #small-pp{
        display: block;
        margin-right: 1rem;
        float: left;
        height: 10rem;
        width: 10rem;
    }

    #profile{
        max-width: 90vw;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    #small-footer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 3rem;
    }

    #small-footer img{
        opacity: 100%;
    }
    
    #small-footer h1{
        opacity: 0%;
    }

    .music-div{
        flex-direction: column;
        gap: 2rem;
    }

}