body {
    background-color: #1a1a1a;
    color: #7e4f83;
    font-family: Arial, sans-serif;
    text-align: center;
    padding-top: 50px;
}

h1 {
    font-size: 3rem;
    text-transform: uppercase;
}

#click-counter {
    position: fixed;
    bottom: 12px;
    left: 12px;
    font-size: 0.9rem;
    color: #b7a0bb;
}

.doom-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #3d3939;
    color: #7e4f83;
    padding: 30px 60px;
    border: 4px solid #000000;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
}
