body {
    font-family: sans-serif;
    background-color: #f5f2ef;
    display: flex;
    justify-content: center; 
    padding-top: 50px;
    margin: 0;
}
.container {
    background-color: #577bdf;
    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;
}
