/* dictates all changes to be made when viewing on mobile/smaller screens */

@media only screen and (max-device-width: 600px) {
    body {
        height: 45vh;
        font-size: 11px;
    }
    
    #chisatosparkle {
        display: none;
    }

    .yurukyan {
        margin-top: 10px;
        width: 15px;
        height: 15px;
    }
}