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

body {
  background: #0e1836;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.ss-login {
  position: fixed;
  right: 12px;
  bottom: 10px;
  z-index: 5;
  font-family: Outfit, "Segoe UI", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(14, 24, 54, 0.45);
  padding: 6px 10px;
  border-radius: 2px;
}

.ss-login:hover,
.ss-login:focus-visible {
  color: #fff;
  outline: none;
}
