/* You can add global styles to this file, and also import other style files */
html,
body,
app-root {
  height: 100%;
  width: 100%;
  margin: 0;
}
h1 {
  margin-top: 6px;
}
body {
  height: 100%;
  font: 100% "Share Tech Mono", monospace;
  color: #edeeef;
  margin: 0px;
  font-size: 1em;
  background-color: #20252d;
}
.agm-info-window-content {
  color: #000;
}
.backButton {
  background-color: #344feb;
  color: whitesmoke;
  padding: 10px 10px;
  border-radius: 10px;
  border-width: 0px;
}
.backButton:hover {
  background: linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
  background-color: #6c7c7c;
}
.backButton:active {
  position: relative;
  top: 1px;
}
