#map { 
  height: 60vh;  
  width: 100vw; 
  background-color: #f5f5f5; 
  /* border: solid;  */
}
  

.label2 {
  color: white; 
  font-weight: bold;
  margin: 1rem;  
}
.input2 {
  font-size: 1rem;
  border: none; 
  width: 40%;
}
.header2 {
  background-color: #0b3775;
  padding: 0.75rem; 
  /* margin-right: auto;  */
  width: 100% !important;
}