* {
    cursor: url('cursor/hand-point.cur'), auto;
}

@font-face {
	font-family : 'jmh';
	src: url("font/jmh.otf") format('opentype');
}

        body {
            background-image: url("img/roomTexture.png");
            background-position: center center;
            background-attachment: fixed;
    
        
            overflow-x: hidden;
            overflow-y: auto;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            padding-top: 5vh;
            margin: 0;
            min-height: 100vh;
            box-sizing: border-box;
        }

a:link {
  color: #ffffff;
  border-bottom: none;
  
}
a:visited {
  color: #ffffff;
  border-bottom: none;
}

  ::-webkit-scrollbar {
  width: 6px;
}
  
  ::-webkit-scrollbar-track {
  border:1px solid CE4CB4;
}

::-webkit-scrollbar-thumb {
  background: #CE4CB4;
  border-radius: 10px;
}

*::selection {
  background: #CE4CB4;
  color: #ffffff;
}
*::-moz-selection {
  background: #CE4CB4;
  color: #ffffff;
}
*::-webkit-selection {
  background: #CE4CB4;
  color: #ffffff;
}

#arrow {
    position: absolute;
    top: 2%;
    left: 1%;
    width: 4%;
    height: auto;
    z-index: 10;
    cursor: pointer;
}

.flexbox {
    max-height: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
    gap: -20px;
}

.mainbox {
    position: relative;
    height: 90vh;
    /* width: 95%; */
    padding: 0px 10px;
    margin: 10px 20px;
    display: flex;
    flex-flow: row wrap;
}

.mainbox {
  position:absolute;
  height:90vh;
  left:8%;
  display:flex;
  flex-flow:row wrap;
}

.flexbox {
  position:relative;
  display:flex;
  flex-flow:row wrap;
  align-items: flex-start;
}


img.item {
  width:35%;
  min-width:100px;
  margin:10px 5px;
filter: drop-shadow(1px 1px 5px var(--light));
}


img.item:nth-of-type(odd) {
  transform:rotate(1.5deg);
  max-width:12%;
}
img.item:nth-of-type(even) {
  margin-top:22px;
  margin-bottom:-10px;
  transform:rotate(-4deg);
  max-width:12%;
}

img.item:nth-of-type(5n) {
  left:21px;
  margin-right:40px;
  top:19px;
  max-width:12%;
}
img.item:nth-of-type(6n) {
top:-17px }

img.item:hover {
filter: drop-shadow(1px 1px 5px var(--med));
transform:rotate(5deg)
}
img.item:nth-of-type(even):hover {
  transform:rotate(-6deg)
}




