@charset "UTF-8";
/* CSS Document */
body {
	height: 100vh;
	background-image: url("logo.png");
	background-repeat: no-repeat;
	background-position: center 45%;
	background-size: 15em;
}
