#block-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  padding: 20px; }

.block-message {
  background: #222;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px #000; }

.block-message a {
  color: #000;
  text-decoration: none; }

/*# sourceMappingURL=home.css.map */
