@font-face {
	font-family: "minecraftfont";
	src: url(/fonts/MinecraftRegular.otf);
}

@font-face {
	font-family: "acnh font";
	src: url(/fonts/acnh-font-seurat.otf);
}

::selection {
	background: aliceblue;
	color: steelblue;
}

/*for firefox*/
::-moz-selection {
	background: aliceblue;
	color: steelblue;
}

/*safari i think*/
::-webkit-selection {
	background: aliceblue;
	color: steelblue;
}

a:link {
	color: aliceblue;
	text-decoration: none
}

a:visited {
	color: steelblue;
	text-decoration: none
}

a:hover {
	color: aliceblue;
	text-decoration: underline;
}

a:active {
	color: steelblue;
	text-decoration: underline;
}

html {
	font-family: "acnh font";
	text-align: center;
	color: aliceblue;
	margin: 0px;
	padding: 0px;
}


.header {
	background-image: url("/styles/css-images/she-ra-header.webp");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	border: 5px solid aliceblue;
	font-family: "minecraftfont";
	text-align: center;
	size: 35px;
	color: aliceblue;
	margin: auto;
	padding: 0px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.title {
	display: block;
}

.home img {
	display: block;
	margin: 5px;
	width: 30%;
}

.about img {
	display: block;
	margin: auto;
	width: 37%;
}


footer {
	background-color: darkslateblue;
	margin: auto;
	padding: 0px;
	color: aliceblue;
}
