html,
body {
  height: 100%;
  margin: 0;
}

body {
  background-image: url("../images/saltandsteel_bg_1600.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: grid;
  place-items: center;
}

a {
  color: inherit;
}

.redirect {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    "Apple Color Emoji", "Segoe UI Emoji";
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 10px;
}

.redirect svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.redirect-text {
  line-height: 1.35;
}
