body {
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
    background-color: white; /* O #ffffff */
    color: #333;
}

h1 {
    color: #007bff;
}

p {
    font-size: 1.2em;
}

#visit-counter {
    font-weight: bold;
    color: #28a745;
}