input{
    width: 300px;
}

.button{
    padding: 1px 20px;
}

.add-button{
    background-color: green;
    color: white;
}


.flex-container{
    display: flex;
    height: auto;
    align-items: center;
    justify-content: space-between;
    width: 350px;

}

.delete-button{
    padding: 2px 5px;
    background-color: red;
    color: white;

}

.delete-all-button{
    background-color: red;
    color: white;
    margin-top: 10px;
}