.page-content {
  background-color: black;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  background-color: rgb(0, 0, 0) !important;
  font-size: 14px;
}

.warp-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.warp-link a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
}
