body {
  min-width: 100vw;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  box-sizing: border-box;

  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

.garden {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url("/images/anomheads/zen/sandbg.png");
  image-rendering: auto;
  opacity: 0.4;
}
