body {
    margin: 40px auto;
    max-width: 650px;
    line-height: 1.6;
    font-size: 18px;
    color: #222;
    padding: 0 10px
}

h1, h2, h3 {
    line-height: 1.2
}

.round {
    border-top: 1px solid black;
}

#top-controls {
    position: sticky;
    background: white;
    top: 0px;
    min-height: 200px;
}

.player-list {
    column-width: 10em;
    list-style-type: none;
    margin: 0px;
}

.text {
    white-space: pre-wrap;
}

.word-list {
    column-count: 4;
    column-width: 6em;
    list-style-type: none;
    margin: 0px;
}

.FormInput {
    display: inline;
}
