*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #000000;
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 100dvh;
    overflow: hidden;
}

/* Globe */

.text-globe {
    width: 100%;
    aspect-ratio: 470 / 380;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
}

.text-globe svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
}

.text-globe text {
    fill: #F00;
    font-family: inherit;
    font-style: inherit;
    font-size: 10px;
    font-weight: inherit;
    letter-spacing: 1px;
}

.text-globe .latitude-text {
    stroke: currentColor;
    stroke-width: 3px;
    paint-order: stroke fill;
    stroke-linejoin: round;
    stroke-linecap: round;
}
