#incompatible-page {
	background: #4C4C4C;
	height: 100%;
	overflow: hidden;
	position: fixed;
	width: 100vw;
}

#incompatible-page #container {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}

#incompatible-page #message {
	color: #FFFFFF !important;
}

#incompatible-page #chrome-image {
	display: none;
	margin-top: 20px;
	width: 100px;
}

#incompatible-page #safari-image {
	display: none;
	margin-top: 20px;
	width: 105px;
}

#incompatible-page #name {
	color: #FFFFFF !important;
	margin-top: 20px;
}

#incompatible-page #name-bold {
	font-family: 'RubikMedium';
}

#incompatible-page #copy-link-button {
	background: grey;
	border-radius: 5px;
	color: #FFFFFF !important;
	font-family: "RubikMedium";
	margin: 20px auto 0 auto;
	padding: 5px;
	width: 60%;
}

#incompatible-page #copy-link-input {
	border-radius: 5px;
	border: none;
	display: none;
	font-size: 11px;
	margin-top: 5px;
	padding: 5px;
	pointer-events: none;
	text-align: center;
	width: 100%;
}

#incompatible-page #continue-button {
	background: #FFE800;
	border-radius: 5px;
	font-family: "RubikMedium";
	margin: 10px auto 0 auto;
	padding: 10px;
	width: 60%;
}