html, body {
	padding: 0;
	margin: 0;
	background-color: #2e2f30;
}

.incompatible-browser {
	display: none;
}

.incompatible-browser.no-js {
	display: block;
}

.incompatible-browser div {
	text-align: center;
	width: 500px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-family: Barlow, sans-serif;
	color: #ffffff;
	line-height: 1.5;
}

.incompatible-browser h1 {
	font-weight: 500;
	font-size: 36px;
	line-height: 1.15;
}

.incompatible-browser a {
	color: white;
}

.incompatible-browser header {
	background-color: #212121;
	height: 64px;
	width: 100%;
}

.incompatible-browser header img {
	position: relative;
	width: 32px;
	height: 32px;
	top: 16px;
	left: 40px;
}
