#map {
        height: 400px;  
        width: 100%;  /* The width is the width of the web page */
    
       }


.popup-bubble {
  /* Position the bubble centred-above its parent. */
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(10%, -50%);
  /* Style the bubble. */
  background-color: #2bbde9;
  padding: 20px;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
  color: white;
  font-size: 14px;
  overflow-y: auto;
  max-height: 350px;
  max-width: 40%;
  box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);
  
}

hmap{
  margin-bottom: 20px;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: bold;
}

hmapsource{
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
}

hr.liniaprzer {
  border-top: 3px dashed white;
}
hr.linia {
  border-top: 3px solid white;
}

.about {
  margin: 60px auto; }
  .about h3 {
    margin: 20px 0;
    color: #0BB3E5;
    font-size: 30px; }

/*# sourceMappingURL=oProjekcie.css.map */ 