* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body,
html {
  height: 100%;
}

.redirectPage-wrapper {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
}
.redirectPage-wrapper h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 50px;
}
.redirectPage-wrapper a {
  border: none;
  padding: 20px 50px;
  border-radius: 10px;
  background-color: #8ac9ff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  letter-spacing: 3px;
  text-decoration: none;
}
.redirectPage-wrapper .redirectPage-logo {
  height: 250px;
  width: 250px;
  margin-bottom: 20px;
}/*# sourceMappingURL=index.css.map */