.attribution {
  font-size: 11px;
  text-align: center;
}

.attribution a {
  color: #3e52a3;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 2rem;
  height: 100%;
  position: absolute;
  height: 100%;
  width: 100%;
}

.header {
  background-image: url("../../images/pattern-bg.png");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_title {
  color: white;
  margin: 2rem;
}

.header_form {
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  margin: 1rem 0 10rem 0;
}

.header_form_input_text {
  width: 100%;
  border: none;
  padding: 1rem;
}

.header_form_input_submit {
  background-color: black;
  padding: 1.6rem;
  background-image: url("../../images/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}

main {
  position: relative;
  height: 100%;
}

main .ipInfo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
      grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  gap: 2%;
  background-color: white;
  padding: 2rem;
  width: calc(70% - 6rem);
  position: relative;
  top: 0;
  left: 15%;
  border-radius: 1rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

main .ipInfo_divider {
  border-left: 1px solid rgba(128, 128, 128, 0.548);
  height: 95%;
  padding: unset;
}

main .ipInfo div p:nth-child(1) {
  font-size: 1.2rem;
  color: grey;
  padding-bottom: 1rem;
  text-transform: uppercase;
}

main .ipInfo div p:nth-child(2) {
  font-size: 2rem;
  padding-bottom: 1rem;
  font-weight: bold;
}

main .map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#mapid {
  height: 100%;
  z-index: 1;
}
/*# sourceMappingURL=index.css.map */