* {
    padding: 0;
    margin: 0;
}

lottie-player {
    width: min(600px, 100vw);
    max-width: 600px;
    margin: 0px auto;
    display: flex;
    justify-content: flex-end;
}

/* mobile access */
@media only screen and (max-device-width : 600px) { 
    lottie-player {
        background-color: rgb(128, 128, 128);
    }
}

/* mobile access */
/* @media only screen and(max-device-width: 600) {
    lottie-player {
        margin: -12px auto 0 auto;
    }
} */

/* #bgm-wrapper audio {
    position: relative;
    top: 20vh;
    z-index: 1;
    width: min(400px, 80vw);
    margin: 0px auto;
    display: flex;
    justify-content: flex-end;
} */

#bgm-wrapper * {
    width: min(500px, 80vw);
    position: relative;
    z-index: 1;
    margin: 0px auto;
    display: flex;
    justify-content: center
}

/* #bgm {
    position: absolute;
    height: 0;
} */