h1 {
    margin-top: 0px;
    text-align: center;
    max-width: 100%;
}

.order-list {
    padding: 30px;
    background-color: #00000011;
    border-radius: 10px;
    max-width: 500px;
    margin: auto;
    margin-top: 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.order-item {
    background-color: #f9f9f9;
    border: 1px solid #00000033;
    border-radius: 5px;
    margin: 10px;
    display: flex;
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: grab;
}

.order-text {
    margin-left: 20px;
}

.order-status {
    margin-left: 10px;
}

.order-detail {
    margin: auto;
    margin-right: 0;
    color: #00000066;
    display: none;
}

.game-result-section {
    margin-top: 30px;
}

.order-wrong {
    background-color: rgba(255, 244, 97, 0.877);
}

.order-correct {
    background-color: rgba(127, 255, 127, 0.61);
}

#final-result {
    display: none;
}

#final-result-score {
    font-family: 'Luckiest Guy', cursive;
    font-size: 3.5rem;
    color: #1D2D6D;
}