html, body
{
	background: white;
}
ol
{
	padding-left: 1vw;
}
li{
	padding-right: 1vw;
}
.head_nav{
	list-style: none;
}
header
{
	display: table;
	background: #e7f2a0AA;
}
div
{
	font-size: 1.45vw;
	padding-left: 1vw;
}
img
{
	margin-left: 1vw;
	margin-top: 1vw;
	margin-bottom: 1vw;
	max-width: 100%;
	height: auto;
}
h1
{
	padding: 1vw;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}