#result-layer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100cqw;
    height: 100cqh;
    z-index: 15;
}

#result-text-image {
    position: absolute;
    top: 20cqh;
    left: 50%;
    width: 30cqw;
    height: auto;
}