* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  float: none;
}

#original-page {
  width: calc(100% - 4px);
  height: calc(100vh - 4px);
  z-index: 1;
}

#watermark {
  position: fixed;
  z-index: 2;
  top: -50%;
  left: -50%;
  height: 200vh;
  width: 200vw;
  background-color: #0000005e;
  display: flex;
  flex-direction: column;
  gap: 50px;
  transform: rotate(350deg);
  opacity: 0.2;
  pointer-events: none;
}

.watermark-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  gap: 50px;
}

.watermark-logo {
  height: 75px;
  width: 75px;
}

.watermark-text {
  color: white;
  font-weight: 800;
  font-size: 150%;
  font-family: sans-serif !important;
}
