
.ie-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", sans-serif !important;
  text-align: center;
  background: #f5f7f7;
}

.ie-wrapper div {
  position: fixed;
  left: 50%;
  width: 75%;
  margin-left: -37.5%;
}

.ie-wrapper .title {
  top: 5%;
  color: #000;
  font-weight: 600;
  font-size: 2rem;
}

.ie-wrapper .title img {
  vertical-align: middle;
}

.ie-wrapper .main {
  top: 40%;
  color: #11988e;
  font-size: 16px;
}

.ie-wrapper .main p {
  margin-top: 20px;
}

.ie-wrapper .bottom {
  bottom: 5%;
  color: #000;
  font-size: 13px;
}

.ie-wrapper .bottom a {
  color: #11988e;
}
