*,
*::before,
*::after {
  box-sizing: border-box;
}

.overlay,
.scare {
  position: fixed;

  top: 0;
  left: 0;

  height: 100vh;
  width: 100vw;
}

.overlay-body {
  max-width: 512px;

  text-align: center;

  font-family: "Inter", sans-serif;
}

.overlay {
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  padding-right: 24px;
  padding-left: 24px;
}

.scare {
  z-index: 1;
}
.screamer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.uhd {
  position: absolute;
  top: 89%;
  left: 1%;
}
button {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding-right: 24px;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 4px;
  margin: 4px;
  cursor: pointer;
  border: none;
  background-color: crimson;
  color: white;
}
a {
  color: crimson;
  text-decoration: none;
}
