
#disclaimer
{
	color: black;
	background-color: white;
	overflow: scroll;
	position: static;
	width: 100%;
	float: left;
	border: none;
}

html
{
	scroll-behaviour: smooth
}

table
{
	border-collapse: collapse;
	float: left;
	margin: 5px;
}

tr, th
{
	border: 1px solid black;
}

tr:hover
{
	background-color: lightgrey;
}

.div2 div
{
	float: left;
	width: 50%;
}
.div3 div
{
	float: left;
	width: 33%;
}
.div4 div
{
	float: left;
	width: 25%;
}
.div5 div
{
	float: left;
	width: 20%;
}

header
{
	text-align: center;
	color: black;
}

footer
{
	width: 100%;
	height: 5%;
	border: none;
}
