#myDrawer {
	z-index: 999999;
	bottom: 0px;
	position: fixed;
	padding: 10px;
	width: 263px;
	font-size: 20px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	margin: auto;
}
#myDrawer:hover {
	background-color: black;
}

.myDrawerLink {
	color: white;
}
.myDrawerLink:focus {
	color: red;
	font-weight: bold;
}