html, body {
	height: 100%;

	margin: 0;
	padding: 0;
}

body {
	text-align: center;

	/*background: #78668c;*/
	color: white;

	font-family: quicksand, sans-serif;
	width: 100%;

	text-shadow: rgba(0, 0, 0, 0.298) 0 0.125em 0;
}

#container {
	min-height: 100vh;
	width: 66vw;

	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;

	display: flex;
	flex-direction: column;
}

.header {
	margin-top: 2em;
	margin-bottom: 3em;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.header h1 {
	text-shadow: rgba(0, 0, 0, 0.298) 0 5px 0;
}

.header h3 {
	letter-spacing: 0.5em;
}

.header a {
	text-decoration: none;
	color: unset;
}

.spacer {
	flex: 1;
}

.footer {
	margin-top: 2em;

	display: flex;
	flex-direction: column;
}



.socials menu {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	gap: 0.25em;

	list-style-type: none;

	padding-left: 0;
}

.socials img {
	height: 1.5em;
	width: auto;
}

.socials-footer {
	margin: auto;
}



h1, h2, h3 {
	margin: 0;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.1em;
}
