.card {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.nav-wrapper {
    background-color: white; /* White header background */
  }
  
.nav-wrapper .brand-logo, 
.nav-wrapper .material-icons {
    color: rgb(14, 125, 209); /* Blue text color for header elements */
}

#map {
 height: calc(100vh - 80px);
}