* {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

*::-webkit-scrollbar {
  display: none;
}

body {
  background-image: url("./hatter.webp");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

#hetvenot {
  width: min(calc(100vw - 100px), calc(100vh - 100px));
  height: min(calc(100vw - 100px), calc(100vh - 100px));
  margin: calc(calc(100vh - min(calc(100vw - 100px), calc(100vh - 100px))) / 2)
    calc(calc(100vw - min(calc(100vw - 100px), calc(100vh - 100px))) / 2);
  border-radius: 20px;
  filter: drop-shadow(0 0 75px orange);
}
