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;
}

@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@200&display=swap');

/*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: 5px solid rgb(255, 255, 255);
}

.ContainerTwo .table th {
    color: rgb(107, 106, 106);
    background-color: rgba(223, 223, 223, 0.395);
}

.col {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.ContainerTwo .table td {
    color: rgb(80, 79, 79);
    font-family: 'Saira Condensed', sans-serif;
    background-color: #e0f4fd44;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.ContainerTwo .table {
    padding-bottom: 150px !important;
}