#result-div {
    position: fixed;
    inset: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
    background-color: rgb(50, 50, 50);
}

.result {
    padding: 16px;
}
.result * {
    margin-bottom: 4px;
}

.result button {
    margin-top: 12px;
    margin-bottom: 0;
}

#show-quiz-div {
    position: fixed;
    inset: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
    background-color: rgb(50, 50, 50);
}

#show-quiz-div img {
    width: 60vw;
}

#show-quiz {
    margin-bottom: 12px;
}

#is-collected {
    margin-left: 12px;
    /*transform: scale(1.5);*/
}
