.column {
	margin: 1px 1px 0;
	padding: 0;
}

figure {
	margin: 10;
	padding: 0;
}


body {
 background-image: url("https://catdya.neocities.org/notepad.png");
 text-align: center;
 
}


ul { list-style-type: "- "; }

.flex-container {
  display: flex;
  flex-direction: column;
}


/*Hue Rotate */
.hover08 figure img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);

}
.hover08 figure:hover img {
	transform: rotate(5deg);
}


.h1 {
	
	letter-spacing: 2px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 5px;
}

/* Start https://www.cursors-4u.com */ * {cursor: url("https://catdya.neocities.org/pencil.png"), auto !important;} /* End https://www.cursors-4u.com */