body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('images/mannex.gif');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

#controls {
    margin-top: 20px;
}

#canvas {
    border: 2px solid #77e6ca;
    width: 400px;
    height: 400px;
}

div {
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
}

.container {
    display: flex;
    justify-content: space-around;
    height: 100%;
}

.panel {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #77e6ca;
    padding: 20px;
    margin: 10px;
    background-color: rgb(224, 248, 246);
}

.container .panel {
    min-height: 450px;
}

.trait-row {
    display: flex;
    margin-bottom: 10px;
}

.row {
    display: flex;
    margin-bottom: 10px;
}

.row button {
    margin-left: 10px;
}

.trait-row input[type="text"] {
    margin-right: 10px;
    flex-grow: 1;
}

#options-panel button {
    display: inline-block;
    width: 100px;
    height: 80px;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
}

#options-panel {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 10px;
    width: 1220px;
    min-height: none;
    background-color: rgb(11, 172, 132);
}

.text-input-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.send-container {
    display: flex;
    align-items: center;
}

#textInput {
    margin: 10px 10px 10px 10px;
}

#options-panel,
.panel,
#canvas {
    border-radius: 10px;
}
