body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background: #f0f0f0;
}

.container {
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 500px;
    box-sizing: border-box;
}

h1 {
    color: #2c3e50;
    font-size: 1.2em;
}

p {
    font-size: 2em; /* Tamaño de la dirección IP */
    color: #27ae60;
}

footer {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    font-size: 0.5em; /* Tamaño de la fuente en el pie de página */
}

footer p {
    margin: 0;
}

footer a {
    color: #3498db;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
