/* html {
  height: 100%;
}
body {
  position: relative;
  height: 100%;
}

body:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;

  background: url(/watermark.png) 0 0 repeat;
  background-position: center;
  opacity: 0.1;
  transform: rotate(-40deg);
} */

/* html {
  height: 100%;
}
body {
  position: relative;
  height: 100%;
}
@media print {
  body:before {
    content: "CodeHasBug";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;

    color: #0d745e;
    font-size: 100px;
    font-weight: 500px;
    display: grid;
    justify-content: center;
    align-content: center;
    opacity: 0.2;
    transform: rotate(-45deg);
  }
} */

html {
  height: 100%;
}
body {
  position: relative;
  height: 100%;
}

body:before {
  content: "DythonAI";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0.5;

  color: #0d745e;
  font-size: 100px;
  font-weight: 500px;
  display: grid;
  justify-content: center;
  align-content: center;
  opacity: 0.2;
  transform: rotate(-45deg);
}
