body {
    background-color: grey;
}

ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

button {
    font-weight: bold;
    font-size: 16px;
}