 
body{
    background-color: darkolivegreen;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

/* Contenedor principal */
.container{
    margin-top: 50px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .table-container {
    overflow-x: auto;
    }
    .btn-action {
    margin-right: 5px;
    }
    .alert {
    text-align: center;
    }

/* Título */
.container h1{
    text-align: center;
}

/* Formulario */
.container form{
    margin-top: 20px;
}

/* Tabla */
table{
    width: 90%;
    margin: 40px auto;
}
