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

body{
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.contents{
	width: 90vw;
	height: auto;
	text-align: center;
	padding: 5vw;
	border: 4px solid #e2e2e2;
	margin: 5vw;
	align-content: center;
	justify-content: center;
	box-sizing: border-box;
	max-width: 840px;
}

.logo img{
	width: 80%;
	max-width: 600px;
	height: auto;
}