body {
    
    background-image: url('https://monk-izm.neocities.org/img/085C.jpg');
}

  html, body {
  margin: 0;          /* remove default spacing */
  padding: 0;
  width: 100vw;       /* always fill the full window width */
  min-height: 100vh;  /* start at full height, but allow scrolling */
  overflow-x: hidden; /* prevent sideways scrollbars */
}

.title
{
color: rgb(0, 0, 0);
font-size: xx-large;
text-align:center;
background-color: rgba(113, 64, 33, 0.636);
}

img {
  margin: 20px;
}

.magnifier {
  position: fixed;
  pointer-events: none;
  border: 2px solid black;
  border-radius: 50%;
  width: 120px;  /* lens size */
  height: 120px;
  overflow: hidden;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.magnifier img {
  position: absolute;
  transform-origin: top left;
}
  