html,
body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: white;
	
	height: 100vh;
	width: 100vw;
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#a1{


}