div{
 background-color: tomato;
 /* padding: 10px; */
 margin-bottom: 15px;
}
.incremental{
    background-color: black;
    border-radius: 20px;
}
li{
    color: blanchedalmond;
    background-color: rgb(113, 10, 231);
    border-bottom: 5px;
    border: 10px;
}
img{
    border-radius: 20px;
}