.github-corner svg {
  fill: #151513;
  color: #fff;
  position: absolute;
  top: 0;
  border: 0;
  right: 0;
}
.github-corner .octo-arm {
  transform-origin: 130px 106px;
}
.github-corner:hover .octo-arm {
  animation: octocat-wave 560ms ease-in-out;
}
@keyframes octocat-wave {
  0%,
  100% {
    transform: rotate(0);
  }
  20%,
  60% {
    transform: rotate(-25deg);
  }
  40%,
  80% {
    transform: rotate(10deg);
  }
}
@media (max-width: 500px) {
  .github-corner:hover .octo-arm {
    animation: none;
  }
  .github-corner .octo-arm {
    animation: octocat-wave 560ms ease-in-out;
  }
}

body {
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
}
header h1 {
  text-align: center;
}
main {
  margin: 0 0;
}

.TweetHeatMap {
  margin: auto;
  position: relative;
  width: 100%;
  height: 85vh;
  text-align: center;
}
.TweetHeatMap .GoogleMap {
  margin: auto;
  width: 100%;
  height: 85vh;
}
.TweetHeatMap .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px;
}
.TweetHeatMap form.searchBar {
  margin: 1em auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.TweetHeatMap form.searchBar input,
.TweetHeatMap form.searchBar select {
  width: 10em;
}
.TweetHeatMap form.searchBar label {
  padding-left: 1em;
  padding-right: 0.25em;
}



/*# sourceMappingURL=styles.5638f7b8.chunk.css.map*/