* {
	margin: 0;
	padding: 0;
	font-family: 'consolas';
	font-size: 11px;
}
html, body {
	height: 100%;
}
.container {
	max-width: 1440px;
	margin: 0 auto;
}
table {
	border: 5px solid grey;
	border-collapse: collapse;
	text-align: center;
	cursor: pointer;
 }
 caption {
	 width: 100%;
	 color: white;
	 font-size: 20px;
	 background-color: black;
 }
 th, td {
	border: 1px solid grey;
	padding: 0 5px;
 }
 .hover {
	 background-color: goldenrod;
 }
.toggle_hover {
	background-color: goldenrod;
}
.wraper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.counter {
	text-align: center;
	flex-grow: 1;
	font-size: 50px;
}