body{
    background-color: rgb(224, 240, 254) !important;
}

header img{
    width: 100%;
}
.bodyzz{
    width: 90%;
    margin: auto;
    height: 100vh;
    border-left: 2px solid ghostwhite;
    border-right: 2px solid ghostwhite;
}

/*BOTON ADMIN*/
.containerOne .adminin{
    margin-left:  90% !important;
}

/*OPCIONES DE TABLA*/
.containerOne{
    text-align: center;
    margin-bottom: 50px;
}

.containerOne h3{
    margin-left: 10px;
}

.containerOne .buttons{
    margin-left: -35px;
}


/*MUESTRA DE TABLA*/

.ContainerTwo .table{
    align-items: center;
    border: 2px solid rgba(162, 148, 148, 0.395);
}
.ContainerTwo .table th{
    background-color: rgba(174, 174, 174, 0.395);
}
.ContainerTwo .table td{
    background-color: rgb(215, 215, 215, 0.395);
}
.ContainerTwo .table{
    padding-bottom: 150px !important;
}