.main {
    background-image: url("/res/bg/zigzag.png");
    border-width: 1px;
    border-color: var(--purple);
    border-style: solid;
    z-index: 3;
    width: 900px;
}

#topbar {
    height: 23px;
}

.flexbox {
    padding: 15px;
}

.stamps {
    margin-top: 10px;
    user-select: none;
}

.stamps img {
    width: 99px;
    height: 56px;
}

#hideStamps {
    margin-top: 5px;
}

#fumo {
    position: absolute;
    width: 200px;
    bottom: 0px;
    right: 0px;
    transform: translate(115px, 50px);
    pointer-events: none;
}

.left_bottom {display: none;}

@media screen and (max-width: 950px) {
    .main {
        width: 94%;
    }
    
    #topbar {width: 100%; height: auto;}
}

@media screen and (max-width: 660px) {
    .flexbox {
        flex-direction: column;
    }
    
    .left_bottom {
        display: inherit;
    }
    
    .left_bottom img {
        width: 45%;
        margin-left: 2%;
        margin-top: 10%;
    }
    
    .left {
        display: none;
    }