.colorPicker {
    height: 2rem;
    width: 4rem;
    min-width: 4rem;
    min-height: 2rem;
    cursor: pointer;
    display: inline-flex;
}

.panel{
    display: flex;
    justify-content: left;
    flex-direction: row;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.panel > img {
    margin-left: 5px;
    margin-right: 5px;
}

.panel > input{
    margin-left: 1rem;
    margin-right: 1rem;
}

canvas {
    box-shadow: -3px 2px 9px 6px black;
    touch-action: none;
}

.selectorTool {
    height: 32px;
}

.gameBoard {
    width: 90%;
}

.gameContainer {
    margin-top: 1rem;
    width: 96% !important;
}

.buttonTool {
    cursor: pointer;
    width: 32px;
}

.buttonToolText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
}