:root {
	font-size: 1vw;
}
body {
	background: white;
	color: black;
	font-family: arial;
}

#center_logo{
	width: 60vw;
	height: auto;
	margin-top: 30vh;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}