@charaset"utf-8";

*{
	padding: 0;
	margin: 0;
	font-family:"Helvetica","Noto Sans SC", sans-serif;
	background-color: #eae5e3;
}

header{
	width: 100%;
	margin-top: 0;
}
.menu_1{
	text-align: center;
	margin:100px auto 100px auto;
	font-size:100px;
}
.menu_1 a{
	font-weight: bolder;
	width: 100px;
	text-decoration: none;
	color: #0d0015;
}
.menu_2{
	text-align: center;
	margin:0 auto 100px auto;
	font-size:30px;
	line-height: 1.5;
}
.menu_2 a{
	font-weight: bolder;
	width: 100px;
	text-decoration: none;
	color: #0d0015;
}

main{
	font-family:"Helvetica";
	text-align: center;
	margin:0 auto 100px auto;
}

h1{
	font-size: 30px;
	margin-bottom: 50px;
}

p{
	font-size:15px;
	margin-top:30px;
	margin-bottom:30px;
}
.image{
margin-top:30px;
margin-bottom:30px;
width:1000px; 
height:auto;
border:2px solid #000000;
}

footer{
	width: 100%;
}

p{text-align: center;
}