@charset "utf-8";


body {
    width: 800px;
    margin: 160px auto;
    text-align: center;
}

article{
	margin: 5px 45px 15px 45px;
	padding: 25px 35px;
	background-color: white;
	color: black;
}

section{
	width: 100%;
	height: 100%;
    margin: 0px auto;
    text-align: center;
}
    	
    	
header{
	width: 90%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	word-spacing: 2px;
	letter-spacing: 4px;
	font-size: xx-small;
}
　
table {
	width: 100%;
}

h1 {
	margin-top: 100px;
	font-size: 38px;
}

input[type="range"] {
	width: 200px;
	height: 50px;
}

article p{
	margin-top: 150px;
	font-size: small;
    text-align: left;
}

header small{
	text-align: left;
	color: white;
}

header b{
	color: maroon;
	text-align: left;
}

