* {
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    font-family: 'ubuntuMono', monospace;
    font-size: 12px;
    color: white;
    text-align: center;
    background: #242021;
}

.header {
    margin: 20px auto;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.row {
    display: flex;
    align-items: center;
}

.level-name {
    width: 400px;
}

.button {
    margin: auto 10px;
    padding: 0px 10px;
    border: 5px solid white;
}

.button-disabled {
    color: grey;
    border: 5px solid grey;
}

.huge {
    font-size: 40px;
}

.large {
    font-size: 22px;
}

.bold {
    font-weight: bold;
}

.canvas {
    width: 100%;
    height: 100%;
    background: #62abd4;
    border: solid 5px white;
}
