html, body{
	height: 100%;
	font-family: Verdana;
	font-size: 1.5rem;
	margin: 0px;	
}

.container{
	display: flex;
	justify-content: center;
	align-items: center;  
	height: 100%;
}