body {
	box-sizing: border-box;
	width: 100%;
	justify-content: center;
	background-color: rgb(90, 171, 230);
}

.navbar-brand img {
	width: 30px;
	height: 30px;
}

#headline {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	top: 70px;
	width: 420px;
	height: 60px;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	border: solid rgb(0, 0, 0) 1px;
	border-radius: 99px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	margin: auto;
}

canvas {
	display: block;
}

#next, #headline, #progress {
	-ms-user-select: None;
	-moz-user-select: None;
 	-webkit-user-select: None;
 	user-select: None;
}
