body {
    background-color: #282a30;
    font-family: 'Poppins', sans-serif;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: #282a30;
    color: #fff;
}

.header-item {
    margin-right: 20px;
    text-decoration: none;
    color: #fff;
}

.header-item:first-child {
    margin-left: 20px;
}

.header-img {
    width: 100px;
    height: auto;
    margin-right: 20px;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #282a30;
    color: #fff;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
}

.footer-item {
    margin-right: 20px;
    text-decoration: none;
    color: #fff;
}

.footer-item:last-child {
    margin-right: 0;
}

.rights {
    margin-top: 10px;
}

.texto {
    text-align: center;
    color: white;
    color: #fff;
    padding: 40px;
    font-family: 'Poppins', sans-serif;
    margin-top: 40px;
    text-align: center;
    /* Centra el texto */
    max-width: 800px;
    /* Limita la anchura máxima */
    margin-left: auto;
    /* Centra horizontalmente */
    margin-right: auto;
    /* Centra horizontalmente */
}