body{
    background-color: black; /* Color de fondo */
    color: white; /* Color de texto */
    font-family: Arial, sans-serif; /* Fuente */
}


/* Estilo para los encabezados */
/*
header {
    display: flex;
    justify-content: center;
    align-items: center;
}
*/

footer {
    padding: 10px;
    background: #111;
    text-align: center;
}

footer a{
    color: #9d4edd;
    text-decoration: none;
}

footer p{
    font-size: 0.8em;
    color: #ccc;
}

