#shitpost {
  cursor: pointer;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  padding: 5% 0;
  background: rgba(8, 8, 8, 0.9);
}

.shitpost {
  cursor: pointer;
}
