
@font-face {
	font-family: floyd;
	src: url(https://diance8888.neocities.org/Floyder/floyd/Googi.otf);
}

body {
	background-image:url('https://diance8888.neocities.org/Floyder/floyd/background.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: floyd;
	margin: 5px;
	color: #26ff00;
	-webkit-text-stroke: 2px #006b0c;
	font-size: 40px;
	cursor: url('https://diance8888.neocities.org/Floyder/floyd/floydling.ico'), default;
}

.gallery {
	display:flex;
	flex-direction: row;
	width:cover;
	margin: 0 auto;
	
}

.gallery img {
	width:200px;
	height:200px;
	object-fit:cover;
}

.gallery div {
	width:200px; /* this should match the img height */
	height:200px; /* this should match the img width */
	margin-right:5px;
	margin-bottom:5px;
	
}

.gallery img:hover {
	transform:scale(2.5);
	object-fit:fit;
	cursor: url('https://diance8888.neocities.org/Floyder/floyd/floydling.ico'), default;
}
