* {
	/* Universal reset: */
	margin: 0;
	padding: 0;
}

header,
footer,
article,
section,
hgroup,
nav,
figure {
	display: block;
}

* {
	font-family: "Hiragino Kaku Gothic Pro", sans-serif;
}


body {
	font-size: 0.825em;
	color: #232323;
	margin: 0 auto;
	height: auto;
	background: #f3f3f2;
	-webkit-font-smoothing: antialiased;
	color-scheme: var(--color-scheme)
}

header {
	margin-top: 30px;
	margin-left: 20px;
}

header h1 {
	display: block;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 10px;
}

header div {
	margin-top: 10px;
	margin-bottom: 30px;
}

header a {
	font-weight: bold;
	font-size: 22px;
	margin-right: 10px;
	margin-bottom: 20px;
}

header p {
	display: block;
	font-weight: bold;
	font-size: 16px;
}