body {
    overflow: hidden;
    user-select: none;
}

.cont {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.left {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    width: 50vw;
    padding-top: 15vh;
}

.right {
    width: 50vw;
}

.canvas {
    width: 100%;
    height: 95%;
    border: 1px solid black;
}

.from-group, .to-group {
    padding: 20px;
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    justify-content: center;
    align-items: center;
    width: 160px;
}
.to-group {
    border-left: none;
}

.btn {
    width: 120px;
}

.from, .to {
    margin: 5px;
}

.heading {
    margin-bottom: 10px;
}

.randomizer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    border: 1px solid black;
    border-bottom: none;
    padding: 15px;
}
.randomizer .heading {
    padding-bottom: 5px;
}

.raise-type {
    display: flex;
    width: 320px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    padding: 15px;
}

.raise-type-buttons, .random-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.random-buttons button {
    width: 66px;
}

.raise-type-buttons button, .random-buttons button {
    margin: 2px;
}

.positions {
    display: flex;
    flex-direction: row;
    margin-top: -1px;
}

.random-result {
    margin-top: 15px;
}

#randomNumber {
    white-space: nowrap;
}

#randomResult {
    font-weight: bold;
    font-size: 1.3em;
}
