header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 1em;
	background-color: #645bbb;
	color: white;
	box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 0;
	padding: 0.6em;
}
.header-row {
	display: flex;
	flex-direction: row;
	font-size: 1.1em;
	border-radius: 2em;
	padding: 5px;
}
.header-restart {
	display: flex;
	flex-direction: row;
	font-size: 1.1em;
	background-color: transparent;
	border-radius: 2em;
	padding: 5px;
	border: 0;
	color: white;
}
header button{
	cursor: pointer;
}