#body{
	overflow:hidden;
}
#m-title {
	text-align:center;
	color:black;
	text-shadow:0 0 5px red;
	text-decoration:underline;
}
li{
	margin:10px 5px 13px -32px;
/*	background:url(https://i.imgur.com/MZr7iuH.png);*/
	text-align:center;
	box-shadow: 0 0 10px 4px black;
	font-size:15px;
	text-shadow: 0 0 5px green;
	border-radius:10px;
	background: #122633;
    background: -webkit-gradient(linear, left top, left bottom, from(#6b2026), to(#122633));
         	
}
button{
	border:0px;
	/*background:url(https://i.imgur.com/Yk9jb08.jpg);*/
	width:100%;
	text-shadow:0 0 3px green;
	font-size:15px;
	color:green;
	border-radius:220px;
	background: #122633;
    background: -webkit-gradient(linear, left top, left bottom, from(#6b2026), to(#122633));
}