* {
  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%;
  background-color: #ffffff; /* Білий фон */
}

html {
  position: relative;
  background-image: none !important; /* Видаляємо картинку */
}

.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: 350;
  margin-bottom: 50px;
}

.redirectPage-wrapper a {
  border: none;
  padding: 20px 50px;
  border-radius: 10px;
  background-color: #6597da;
  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 {
  width: 350px;
  margin-bottom: 20px;
}
