button {
    cursor: pointer;
    background-color: white;
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 25px;
    border: none;
    border-radius: 18px;
    padding: 7px;
}
.main{
    background-color: rgb(20, 20, 20);
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 25px;
}
.input{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}
.form{
    width: 40%;
    padding: 18px 12px;
    border-radius: 30px;
    border: none;
    background-color: white;
}
.output-ol{
    border: 1px solid white;
}
.delete {
    background-color: red;
    margin: 0 50px;
    color: white;
}
.edit{
    background-color: green;
    color: white;
}
