

main
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: clamp(0.7rem, 2vw, 1.5rem);

}
.fullscreen_wrap
{
    width: 100%;
}


.status_bar
{
    width: 100%;
    /* font-size: smaller; */
    margin: 2px 22px 2px 2px;
    padding-right: 12px;
    display: flex;
    justify-content: space-between;
    font-size: clamp(1rem, 2vw, 1.5rem);

}

.full_screen_button
{
    margin: 2px;
    padding: 4px;
}

