* {
    font-family: "Poppins", sans-serif;

}



.custom-rectangle {
    height: 26.04vh;
    width: 100%;
    /* Ustalona wysokość prostokątów */
    background-color: #E4E4E4;
}



#map {
    height: 828px;
    /* Ustawienie wysokości mapy */
    width: 100%;
    /* Ustawienie szerokości mapy */
}



@media (max-width: 768px) {
    #map {
        height: 400px;
        /* Ustawienie wysokości mapy */
        width: 100%;
        /* Ustawienie szerokości mapy */
    }
}