#map {
    height: 600px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}

.logo {
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 1000;
}

.justyfy{
    text-align: justify;
}

.instagram {
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-weight: bold;
    z-index: 100000000;
}

.menuText {
    font-weight: bold;
}

@media screen and (max-width: 240px) {
    .logo {
        position: fixed;
        right: 10%;
        top: 5px;
        z-index: 1000;
    }
    .imglogo {
        width: 130px;
        height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .logo {
        position: fixed;
        right: 10%;
        top: 5px;
        z-index: 1000;        
    }
    .imglogo {
        width: 130px;
        height: 40px;
    }
}

@media screen and (max-width: 992px) {
    .logo {
        position: fixed;
        right: 10%;
        top: 5px;
        z-index: 1000;
    }
    .imglogo {
        width: 130px;
        height: 40px;
    }
}

.mappe{
    text-align: center;
}