body {
    font-family: sans-serif;
    background-color: rgb(10, 30, 45);
    display: flex;
    justify-content: center;
    padding-top: 50px;
    margin: 0;
}
.container {
    background-color: rgb(0, 195, 205);
    padding: 2rem 3rem;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 600px;
    text-align: center;
}
#visitor-text {
    color: #999;
    font-size: 0.9em;
    margin-bottom: 25px;
}
