body {
	margin: 0;
	background-color: #000;
	color: #ffbcbc;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	line-height: 24px;
	overscroll-behavior: contain;
	overflow: hidden;
	filter: saturate(0.8);
	filter: contrast(0.9);
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

	.openbtn{
		font-size: 30px;
		cursor: pointer;
		color: #505050;
		position: absolute;
		right: 20px;
	}

	.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #222222;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	text-align:center;

	}

	.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 15px;
	color: #ffbcbc;
	display: block;
	transition: 0.3s;

	}

	.sidenav a:hover{
	color: #ff5252;

	}

	.sidenav b {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 15px;
	color: #ffbcbc;
	transition: 0.3s;

	}

	.sidenav b:hover{
	color: #ff5252;
	}

	.menu {
		display: flex;
		flex-direction: row;
		align-items: center;

	}

	.sidenav .closebtn {
	position: absolute;
	top: 0;
	left: 20px;
	font-size: 36px;
	margin-right: 50px;
	color: #ff8080;
	}

	@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
	}

#overlay {
	position: absolute;
	font-size: 620px;
	z-index: 2;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

}

	#overlay button {
		position: absolute;
		top: 25%;
		left: 25%;
		background: transparent;
		border: 0px;
		border: 0px solid rgb(224, 224, 224);
		border-radius: 4px;
		color: #ffffff;
		width: 50%;
		height: 50%;
		text-transform: uppercase;
		cursor: pointer;
	}

#notSupported {
	width: 50%;
	margin: auto;
	background-color: #f00;
	margin-top: 20px;
	padding: 10px;
}
