body{
    margin: 0;
    padding: 30px;
    background-image: url('Coliseo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;

}


#contenedor{
    background: white;
    width: auto;
    height: auto;
    box-shadow: 10px 10px black;
    padding: 20px;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;

}

#generar{
    color: black;
    padding: 10px;
    background: none;
    border: solid 5px pink;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    width: 500px;
;
    
}

#generar:hover{
    background: palevioletred;
    font-weight: bold;
    color: white;

}

#agregar {
    display: flex; 
    align-items: center; 
    display: none;
    margin: 10px;
}

#agregar img {
    width: 50px; 
    margin-left: 20px;
    display: grid;

}

#agregar input {
    font-family: 'Courier New';
    width: 400px; 
    height: 40px;
    margin-right: 10px;
}

#agregar:hover{
    background: lightpink;
}

#editar:hover{
    background: lightcyan;
}

#eliminar:hover{
    background: lightcyan;
}

#control:hover{
    background: lightcyan;
}   