* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #020711;
}

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  background: #020711;
  overflow: hidden;
}

.page {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.hero-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100vw;
  max-height: 100vh;
}

.request-help {
  position: absolute;
  left: 38.9%;
  top: 70.1%;
  width: 21.4%;
  height: 7.4%;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}

.request-help:focus-visible {
  outline: 3px solid #f6b316;
  outline-offset: 4px;
  box-shadow: 0 0 28px rgba(246, 179, 22, 0.75);
}
