﻿.welcome-text {
    font-weight: bolder;
}

.global-map {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.global-map img {
    width: 120%;
    height: auto;
}

.pin {
    width: 30%;
    max-width: fit-content;
    position: absolute;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pin img {
    width: 30%;
    height: 30%;
}

.pin p {
    white-space: nowrap;
    color: white;
    background-color: #E77F38;
    border-radius: 16px;
    width: fit-content;
}

#us-pin {
    left: 0%;
    top: 5%;
}

#eu-pin {
    left: 32%;
    top: 0%;
}

#as-pin {
    left: 63%;
    top: 12%;
}