.gameBoxContainer {
    width: 100%;
    max-width: 700px;
    margin: 32px auto;
    height: 600px;
    background-color: #5c8bf7;
    padding: 60px 12px 12px 12px;
    position: relative;
}

.gameConsole {
    width: 100%;
    height: 520px;
    background: #3B3F45;
    color: white;
    position: relative;
}

#yourcode {
    width: 100%;
    height: 450px;
    background: #3B3F45;
    font-size: 18px;
    padding: 10px 20px 20px 10px;
    color: white;
    border: none;
}

#output {
    position: absolute;
    left: 0px;
    right: 150px;
    bottom: 0px;
    background: #FFFFFF;
    font-size: 14px;
    height: 70px;
    padding-top: 15px;
    padding-left: 15px;
    color: black;
    align-content: center;
    text-align: left;
    border: none;
    margin-bottom: 0px;
}

.showhint {
    background-color: #3B3F45;
    border: 2px solid;
    border-color: yellow;
    position: absolute;
    right: 16px;
    top: 16px;
    color: yellow;
    padding: 2px 7px 2px 7px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 10;
}

.button-hidden {
    display: none;
}

.button-show {
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 70px;
    background-color: #00DA98;
    border: none;
    color: white;
    width: 150px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.button-show:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.showhint:hover {
    box-shadow: 0 12px 16px 0 rgba(20, 20, 20, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

#dlb1 {
    position: absolute;
    right: 120px;
    bottom: 190px;
    background-color: white;
    border: 1px solid #ccc;
    font-family: monospace;
    font-size: 15px;
    width: 180px;
    border-radius: 5px;
    padding: 10px;
    color: white;
    transition: color 2s ease 0s;
    color: white;
}

#dlb1:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: transparent #fff;
    display: block;
    width: 0;
    bottom: 16px;
    right: -20px;
    top: auto;
    left: auto;
    border-width: 15px 0 0 20px;
}

.character {
    position: absolute;
    bottom: 70px;
    right: -80px;
    height: 250px;
}

#success {
    position: absolute;
    top: 30px;
    right: 60px;
}

.hidefireworks {
    display: none;
}

.topBar {
    position: absolute;
    top: 20px;
    left: 20px;
}

.topBar div {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: #ccc;
    display: inline-block;
    margin-right: 8px;
}
