
.fungo {
    fill: #ffff00;
    stroke: #000000;
    stroke-width: 2;
  }
  .gambo {
    fill: #ffffff;
  }
.mush-container {
    width: 200px;
    height: 200px;
    align-self: flex-end;
    position: relative;
}
.mush-container.reversed {
    transform: rotate(180deg);
    align-self: flex-start;
}

.mush-block {
    position: absolute;
    bottom: 0;
    width: 200px;
    height: 200px;
}
.reversed .mush-block {
    top: 0;
}
.mush .controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
}

.mush .btn-control {
    padding: 20px;
    border-radius: 50%;
    border: none;
}


.game-board {
    background-image: url(../../clientlibs/resources/bg_5.png);
    /* height: 80vh; */
}