@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=Silkscreen&display=swap');
		body {
			font-family: "IBM Plex Mono", monospace;
			background: #E9E3C6;
		  background-image: url('https://bog-body.neocities.org/sewing/stitch2.png');
      background-size: 110px 100px;
      cursor: url("https://bog-body.neocities.org/sewing/cursor.png"), default;
		}
		
  h1 {
    display: block;
    text-align: center;
  }
  
  h1 span{
    background-color: #E9E3C6;
  padding: 5px;
}

/*back button*/
.home{
  display: block;
  position: absolute;
  top: 4.5vw;
  left: 4%;
  transform: translate(-50%, -40%);
  width: 3vw;
}
.home span {
			opacity: 0;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			font-size: calc(1.5rem);
			color: #D46A6A;
			line-height: 1;
			filter: drop-shadow(1px 1px 0 white)
				drop-shadow(-1px 1px 0 white) 
				drop-shadow(1px -1px 0 white) 
				drop-shadow(-1px -1px 0 white);
			text-transform: uppercase;
			z-index: 99;
			width: fit-content;
			height: fit-content;
			display: inline-block;
		}
.home:hover img {
			 transform: rotate(20deg);
			 cursor: url("https://bog-body.neocities.org/sewing/cursor.png"), default;
		}
.home:hover span {
			opacity: 1;
		  cursor: url("https://bog-body.neocities.org/sewing/cursor.png"), default;
    }

/*content*/    
 .wip{
    width:13vw;
     position: absolute;
  margin: 0;
    left: 2.5vw;
    font-size: 1.1vw;
}
   
.note-three {
  background-image:url('https://yesterweb.org/img/bb/lined_paper.png');
  width:17.5vw;
  height:36vh;
  transform:rotate(-2deg);
  position: absolute;
  top: 25vh;
  left: -1vw;
}
.note-three-top{
  background-color:#FAFAFA;
  width:17.5vw;
  height:5vh;
}
.tape {
  width:8vw;
  margin-top:-3vh;
  margin-left:-1vw;
  transform:rotate(5deg);
}

.wrapper {
		border: 3px solid #380D41;
		width: 66vw;
		height: 45.1vw;
		box-shadow: 3px 3px 0 #96A99A;
		background-color: #E9E3C6;
		border-radius: 5px;
		margin-left: 20vw;
		margin-top: calc(5vh);
		}

.wrapper::after {
		content: " ";
		display: block;
		border: 3px solid #380D41;
		border-top: 0;
		width: 66vw;
		height: 1vh;
		box-shadow: 3px 3px 0 #96A99A;
		position: relative;
		left: -0.2vw;
		top: -0.3vh;
		border-radius: 0 0 5px 5px;
		}

		button {
    	background-color: #E9E3C6;  
			font-family: "Silkscreen", sans-serif;
			border: 3px solid #380D41;
			border-bottom-color: #536982;
			color: #380D41;
			text-decoration: none;
			display: inline-block;
			height: 3.2vw;
			font-size: 0.9vw;
			width: 10vw;
			margin-left: -3px;
			border-radius: 3px;
			line-height: 2.1vw;
			position: relative;
      cursor: pointer;
		}

		button:hover {
			position: relative;
			top: 4px;
		}

		button:hover::before {
			background-color: #380D41;
			display: block;
			content: " " ;
			height: 6px;
			width: calc(100% + 6px);
			position: absolute;
			top: -7px;
			left: -3px;
		}

		button::after {
			background-color: #96A99A;
			display: block;
			content: " " ;
			height: 3px;
			width: 6vw;
			margin: auto;
		}

		.screen {
			width: 59vw;
			height: 38.9vw;
			background: #96A99A;
			border: 3px solid #380D41;
			margin: auto;
			margin-top: 1.35vw;
			position: relative;
			border-radius: 5px;
      overflow: auto;
		}
.screen input[type=checkbox] {
  display: none
}
img {
		border: 0;
		width: 100%;
		height: 100%;
    transition: transform 0.25s ease;
    cursor: zoom-in;
    object-fit: cover;
		}
.screen input[type=checkbox]:checked~img {
  transform: scale(2) translate(25%, 25%);
  cursor: zoom-out;
}

.menu {
			margin: auto;
			text-align: center;
			margin-top: 18px;
			}
		
.credits{
  position: fixed;
  bottom: 0px;
  right: 0px;
  background-color: #E9E3C6;
  padding: 5px;
  font-size: 1.5vh;
}
a{
  color: black;
}
