
body {
  background-color: #131313;
  color: #f68f09;
  font-family: Verdana;
 cursor:url('https://autumn-omen.neocities.org/mouse.png'), auto;
.gallery { display: flex; flex-wrap: wrap; justify-content: center; }
.gallery img { width: 150px; height: 150px; object-fit: cover; margin: 5px; }

}