* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  background: #0f0f0f;
}

.image-wrap {
  position: relative;
  width: min(100vw, 540px);
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  border-radius: 6px;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  opacity: 1;
  overflow: hidden;
  z-index: 10;
}

.register-button {
  left: 8.1%;
  top: 53.4%;
  width: 84.6%;
  height: 8.1%;
  background: #ab6b00;
  border: 2px solid #c68412;
}

.login-button {
  left: 71.4%;
  top: 89.2%;
  width: 17.7%;
  height: 5.4%;
  background: #005af3;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-size: 0.78rem;
}
