body {
    font-family: sans-serif;
    margin: 2rem;
    background: #f9f9f9;
}

#controls button {
    margin-right: 1rem;
    margin-top: 0.5rem;
}

#predictionList span {
    margin-right: 1rem;
    cursor: pointer;
}

textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 1rem;
}