body {
    font-family: sans-serif;
    background-color: #e81010e9;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    margin: 0;
}
.container {
    background-color: rgba(9, 32, 4, 0.875);
    padding: 2rem 3rem;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 600px;
    text-align: center;
}

#visitor-text {
    font-size: 0.9em;
    color: #7f8c8d;
    margin-bottom: 25px;
}

