* {
  box-sizing: border-box;
}

html {
  background: #001b16;
}

body {
  display: flex;
  justify-content: center;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background: #001b16;
}

.landing-page {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 4 / 11;
}

.main-link,
.landing-image {
  display: block;
  width: 100%;
  height: auto;
}

.click-area {
  position: absolute;
  z-index: 2;
  display: block;
  cursor: pointer;
}

.domain-link {
  top: 61.45%;
  left: 7.5%;
  width: 85%;
  height: 4.75%;
}

.telegram-link {
  top: 67.18%;
  left: 7.5%;
  width: 85%;
  height: 4.75%;
}

.main-link:focus-visible,
.click-area:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: -3px;
}
