body {
    background-color: powderblue;
    font-family: cookie;
    font-size: 20px;
}

.new_item {
    background-color: lightpink;
}

.add {
    background-color: mediumpurple;
}

.table {
    display: table;
}

.text {
    font-family: cookie;
    font-size: 20px;
}
