

.chips {
    display: flex;
}

.chip {
    background: #888;
    margin: 3px;
    padding: 5px;
    border-radius: 5px;
    color: white;
}

.chip-choice {
    background: #0F8;
    color: black;
}
