.homecontainer {
	display: grid;
	grid-template-rows: 100vh;
	grid-template-columns: 100vw;
	margin: 0;
	padding: 0;
}

.homeinner {
	justify-self: center;
	align-self: center;
	text-align: center;
}

a:any-link {
	text-decoration: none;
	color: #DE3163;
}

h1 {
	font-family: qsand;
}

@font-face {
	font-family: qsand;
	src: url('fonts/Quicksand-VariableFont_wght.ttf') format('truetype');
}

ul {
	list-style-type: none;
	display: inline-block;
}