.world-map-container {
    background: linear-gradient(95deg, rgba(255, 255, 255, 1) 0%, rgba(210, 210, 210, 1) 100%);
    width: 100%;
    max-width: 100%;
    height: 100vh;
}

.world-map {
    position: relative;
    background-image: url(../img/world-map.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 170px;
    height: 95vh;
    background-size: auto 100%;
}

.world-map-text {
    text-align: center;
    position: relative;
    margin-top: -100px;
}

.map-button {
    position: absolute;
    left: 44.5%;
    bottom: 40px;
}