.lokacija {
    position: relative;
    width: 150px;
    height: 150px;
    align-self: center;
    align-items: center;
}

.grey {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.8);
    z-index: 90;
    width: 127px;
    height: 127px;
    background-color: #444b54;
    border-radius: 50%;
    position: absolute;
}

.blue {
    z-index: 100;
    width: 110px;
    height: 110px;
    background-color: #71c2ff;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    right: 9px;
}

.lokacija .fa-globe {
    position: absolute;
    color: #fff;
    top: -1px;
    left: 8px;
    font-size: 130px;
    z-index: 110;
}

.lokacija .fa-map-marker {
    position: absolute;
    font-size: 75px;
    right: 14px;
    top: -15px;
    color: #444b54;
    z-index: 120;
}

.mnt {
    background-image: url('../slike/flag.jpg');
    background-size: cover;
    z-index: 130;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    right: 20px;
}

.pg {
    text-decoration: none;
    position: absolute;
    top: 145px;
    font-weight: 300;
    width: max-content;
    right: -45px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 18px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.8);
}

.location-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}