@charset "utf-8";

body {
	background-color: white;
	color:black;
	font-family: sans-serif;
}

.center {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

h1 {
	font-size: 3em;
	font-weight: 300;
}

