* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: #aaa;
}

.verification {
  position: relative;
  width: min(100%, 945px);
  margin: 0 auto;
  line-height: 0;
}

.verification-image {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: auto;
  image-rendering: -webkit-optimize-contrast;
}

.website-link {
  position: absolute;
  z-index: 2;
  display: block;
  left: 20%;
  top: 91.2%;
  width: 60%;
  height: 4.5%;
  border-radius: 8px;
  background: rgba(255, 255, 255, .001);
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.website-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.website-link:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}
