html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; 
    display: flex;
    justify-content: center;
    align-items: center;
}

body.bg {
        background-image: url("pixelry2026.gif");
}

.text {
    color: blue;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    -webkit-text-stroke: 1px rgb(0, 76, 255);
    display: flex;
    justify-content: center;
    align-items: center;
}

#box {
    background-color: rgba(20, 0, 202, 0.5);
    padding-left: 200px;
    padding-right: 200px;
    border-radius: 15px;
    border: 5px rgba(20, 0, 202, 0.5) solid;
}

#clickme {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

#text2 {
    width: auto;
    margin: 0;
}