.orma--record--accessible--access-view--description {
  display: flex;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 15px;
}
.orma--record--accessible--access-view--join-button {
  display: flex;
  justify-content: center;
}
.orma--record--accessible--access-view--fake-grid {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.orma--record--accessible--access-view--fake-grid > .game-grid-view--grid {
  transform: perspective(800px) scale(0.6) translate(0, -120px) rotateX(35deg) rotateZ(28deg) rotateY(-15deg) translate(-40px, -60px);
  box-shadow: 0px 50px 30px 20px rgba(30, 30, 30, 0.5);
}
