html {
  box-sizing: border-box;
  font-size: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-image: url(backgroundD.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #04b2d9;
}

h1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-variant: small-caps;
  font-weight: 600;
  text-align: center;
  font-size: 3rem;
  padding: 0 3rem;
}

#map {
  border-color: rgb(3, 140, 126);
  border-width: 15px;
  border-style: groove;
  border-left: 0px;
  border-right: 0px;
  height: 75vh;
}

footer {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-variant: small-caps;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  color: #04b2d9;
  padding-left: 2rem;
  padding-top: 2rem;
}
.div-logo {
  position: absolute;
  height: 0px;
  width: 0px;
}

.div-logo img {
  image-orientation: inherit;
  position: right;
  right: 0;
  bottom: 0;
  height: 210px;
  width: 185px;
}
.gm-style-iw-d {
  color: #000000;
}