div.center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

div.screen {
	width: 100vw;
	height: 100vh;
	padding: 0;
}