@charset "UTF-8";

body {
	display: grid;
	grid-template-columns: 100vw;
	grid-template-rows: 100vh;
}
 
.logo {
	justify-self: center;
	align-self: center;
	
	height:100px;
	width: 300px;
	text-align: center;
}
.logo img {
	width: 300px;
	height:100px;
	
}
