@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body{
		height: 100vh;
		padding: 20px;

		font-family: "Noto Sans JP", sans-serif;
		font-optical-sizing: auto;
		font-weight: 300;
		font-style: normal;

		display:flex;
		align-items: center;
		background: #f5f5f5;
}

main{
	border: solid 2px #f6aa00;
	border-radius: 10px;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

main h2{
		font-family: "Noto Sans JP", sans-serif;
		font-optical-sizing: auto;
		font-weight: 600;
		font-style: bold;
}

.logo{
	width: 50%;
	max-width: 400px;
	margin-top: 20px;
}
