body {
	background-color: #000;
	text-align: center;
}

.restart {
	display: none;
	font-size: 300%;
	border-radius: 5px;
	background-color: orange;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.restart a{
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
	color: #4c3100;
}

.restart:hover {
	background-color: #ffc966;
}
