* {
    font-family: 'Roboto Mono', 'Roboto', 'Helvetica','Arial','sans-serif' !important;
}

html, body {
    height: 100%;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.game-container {
    height: calc(100vh - 64px);
}

.step-content-container {
    height: 100%;
}

.mud-overlay-dark {
    --mud-palette-overlay-dark: rgba(33,33,33,0.95);
}