#shitpost-container {
  user-select: none;
  cursor: pointer;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: rgba(8, 8, 8, 0.9);
}
#shitpost-container > * {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 5vh 0;
}

#shitpost-loading {
  cursor: pointer;
  font-size: 2em;
}

#shitpost {
  cursor: pointer;
  height: 100%;
  width: auto;
}
@media (max-width: 1194px) {
  #shitpost {
    width: 100%;
    height: auto;
  }
}

.shitpost {
  cursor: pointer;
}
