body {
    font-family: system-ui, sans-serif;
    padding: 1em;
}

ul {
    padding: 0;
}

li {
    list-style: none;
    margin: 0.5em 0;
    padding: 0.5em;
    display: flex;
    justify-content: space-between;
    background: #f2f2f2;
    border-radius: 6px;
}

button {
    font-size: 1.2em;
}

