@media (max-width: 960px){
    #sidebar0{
        display: flex;
        align-items: center;
        place-content: center;
        position: fixed;
        bottom: 1%;
        width: 100%;
        height: 3rem;
        flex-direction: row;
        z-index: 2;
    }

    #sidebar1{
        display: flex;
        align-items: center;
        place-content: center;
        position: fixed;
        bottom: 5vh;
        width: 100%;
        height: 5rem;
        flex-direction: row;
        z-index: 2;
    }

    #headerWrapper{
        position: sticky;
    }

    #minimizeButton{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    #game{
        width: 100%;
    }

    .tabButton{
        width: 5rem;
        height: 3rem;
        border: 1px solid gray;
    }

    .minorTabButton{
        width: 2rem;
        height: 3rem;
    }

    .desktopOnly{
        display: none;
    }

    .prestigeButton{
        width: 14.5rem;
        height: 4rem;
        border: 1px solid gray;
    }

    [alttext] > span {
        display: none;
    }

    [alttext]::before {
        content: attr(alttext);
    }

    #ordNav{
        border-bottom-left-radius: 16px;
        border-left: 2px solid gray;
    }
    #settingsNav{
        border-right: 2px solid gray;
    }

    #obliterateButton{
        border-top-left-radius: 16px;
        border-left: 2px solid gray;
    }
    #header{
        border-bottom-left-radius: 0px;
        border-top-right-radius: 16px;
        border-right: 2px solid gray;
    }
}