#main {
    width: 100%;
    height: auto;

    border: 3px solid #000000;
    outline: 3px solid #ffffff; 
}

#captcha {
    width: 25%;
    height: auto;
    position: absolute;
    top: 10px;
    left: 10px;
}

.text {
    font-family: 'Times New Roman', Arial;
    font-variant: normal;
    vertical-align: baseline;
    text-align: center;
    color: #ffffff;
}

.c {
    width: min(80vw, 106.67vh);
    height: min(80vh, 60vw);
    aspect-ratio: 4 / 3;
    margin: auto;
    position: relative;

}

.snow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 10;
}
