body {
	position: relative;
	margin: auto;
	width: 900px;
	font-family: ms gothic;
	background-color: var(--offwhite);
}

button {
	font-family: hina-mincho;
	font-size: 20px;
	background-color: black;
	color: var(--offwhite);
	border: solid var(--offwhite);
	outline: solid black 1px;
	border-radius: 10px;
	padding: 5px;
}
	
	button:hover {
		cursor: pointer;
		color: black;
		background-color: var(--offwhite);
		border: solid black;
	}

h1 {
	font-family: persona-ng;
	font-size: 60px;
}

h2 {
	font-size: 30px;
}

ul {
	list-style-type: none;
}

#arial {
	font-family: arial;
}

#bananaSlip {
	font-family: banana-slip;
}

#sans {
	font-family: comic sans ms;
}

#genEi {
	font-family: gen-ei;
}

#hinaMincho {
	font-family: hina-mincho;
	font-size: 25px;
}

#honokaMaru {
	font-family: honoka-marugo;
}

#mieszkanie {
	font-family: mieszkanie;
	font-size: 25px;
}

#muurahaiskarhu {
	font-family: muurahaiskarhu;
	font-size: 30px;
}

#persona {
	font-family: persona-ng;
	font-size: 35px;
}

#saruji {
	font-family: saruji;
	font-size: 25px;
}

#tsuku {
	font-family: tsuku-old-gothic;
}

.flex {
	display: flex;
	width: 900px;
}

.indexTextures img {
	width: 200px;
	height: auto;
}

.fifty {
	width: 50px;
}

.scaleHalf img {
	transform: scale(0.5);
}