@import 'master.css';

body {
	font-size: 2rem;
}

h1 {
	font-size: 5rem;
}

#main {
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-items: center;
}
