body{
	background-color: white;

	margin: 0px;
}

.HEADER{
	background-color: rgb(172, 172, 172);

	width: 100vw;
	height: 30px;
}

.INDEX_SELECT{
	appearance: none;

	margin-left: 10px;

	border: solid;

	background: linear-gradient(rgb(255, 255, 255), rgb(161, 161, 161));
}

.LOGO{
	position: absolute;
	right: 10px;
}

.HEADER_MENU{
	background-color: rgb(223, 223, 223);

	width: 100vw;
	height: 30px;
}

.FOOTER{
	position: fixed;
	bottom: 0px;

	background-color: rgb(172, 172, 172);

	width: 100vw;
	height: 30px;
}