/* ====================
   RANDOM COMMENT
==================== */
#random-comment {
  position: absolute;
  top: 120px;
  left: 120px;
  background: #cec890;
  color: #000;
  font-family: 'Press Start 2P', monospace;
  font-size: 16px;
  padding: 6px 8px;
  border: 4px solid #000;
box-shadow:
  6px 6px 0 #000;
  

  /* border-radius: 34px; */
  image-rendering: pixelated;

  max-width: 380px;
  line-height: 1.6;
  z-index: 999;
  display: inline-block;
}

.comment-text {
  /* oddziel tekst od ogonka */
}

#random-comment::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -28px;
  width: 15px;
  height: 15px;
  background: black;
  box-shadow:
    26px 26px 0 black,
    44px 44px 0 black;
}

/* ====================
   START OVERLAY
==================== */
#start-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#start-text {
  color: white;
  font-family: 'Press Start 2P', monospace;
  font-size: 48px;
  text-shadow: 2px 2px 0 #000;
}
