body {
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    width: 864px;
}

#actions {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-grow: 0 100%;
    min-width: 80px;
    text-align: center;
    border: 2px solid #00F;
    padding: 2px;
}

#passButton {
    display: none;
    align-self: stretch;
}

#drainButton {
    display: none;
    align-self: stretch;
}

#newGameButton {
    display: none;
    align-self: stretch;
}

#info {
    left: 4px;
    flex-grow: 1 100%;
    display: flex;
    position: relative;
    width: 864px;
    height: 84px;
    background-color: rgb(5, 5, 30);
    color: #FFF;
}

#selected {
    flex-grow: 1 100%;
    min-width: 200px;
    text-align: left;
    border: 2px solid #00F;
    padding: 2px;
    image-rendering: pixelated;
}

#log {
    flex-grow: 0 100%;
    width: 100%;
    text-align: left;
    border: 2px solid #00F;
    padding: 2px;
}

#game {
    border: 4px solid #000;
}

#footer {
    text-align: center;
    color: #FFF;
}
