﻿html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: Satisfy, sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ff69b4;
}

div, h1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

h1 {
	font-size: 6em;
}

a {
	display: inline-block;
	width: 6em;
	height: 6em;
	padding: 0 1em;
}

img {
	width: 100%;
	height: 100%;
}
