
.page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#globe-3d, #globe-2d-overlay, #globe-popup-overlay, .globe-popup {
    display: block;
    position: absolute;
}

#globe-2d-overlay, #globe-popup-overlay {
    pointer-events: none;
}

.globe-popup {
        background: rgba(20, 18, 8, 0.95);
        color: #e8e1c7;
        font-family: 'Cinzel', serif;
        padding: 10px 15px;
        font-size: 14px;
        border-radius: 4px;
        border: 1px solid #c8a951;
        filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.5));
        transform-origin: center bottom;
        max-width: 150px;
        text-align: center;
}


.globe-wrapper {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none;     /* IE10+ */
  user-select: none;         /* Standard */
  -webkit-tap-highlight-color: transparent; /* Removes blue flash on tap */
}

