.header {
    padding: 1%;
    
    display: flex;
    justify-content: center;
    background-color:  rgb(233, 116, 6);
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    
}


.pasador {
background-color: rgb(233, 42, 185);
color: white;
padding: 10px;
height: 90 vh;

display: flex;
align-items: center;
flex-direction: column;


}


.lista {
background-color: rgb(13, 112, 63);
color: white;
padding: 10px;
height: 90 vh;

display: flex;
align-items: center;
flex-direction: column;


}





.footer {
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: black;
}