@charset "utf-8";
/* CSS Document */

.logo {
	background: url(../images/logo-01.svg) no-repeat center center;
	background-size: contain;
	width: 100vw;
	height: 100vh;
	margin: auto;
}