footer {
    background-color: black;
    padding: 10px 0;
    text-align: center;
    font-family: sans-serif;
    color: white;
}

.footer-contenido {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.footer-github {
    color: rgb(15, 15, 148);
    text-decoration: none;
    font-weight: bold;
}

.footer-github:hover {
    text-decoration: underline;
}
