.body {
  background-color: #0f0f0f;
}

.enter-site-div {
  background-color: #0a0a0a;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.enter-button {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  padding: 15px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  box-shadow: 0 0 10px #ffffff87;
}

.loading-screen {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
}

.div-block {
  z-index: 2;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #0a0a0a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-block {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.text-block.dd {
  font-size: 18px;
}
