html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, sans-serif;background-color: black;
    color: white; /* Para que el texto sea visible sobre el fondo negro */
}

@media (max-width: 600px) {
    .center-button {
        width: 90%; /* Hacer el botón más grande en pantallas pequeñas */
    }
}