body{
    overflow:hidden;
}
#jg{
	margin:10px 5px 40px -5px;
	color:grey;
	text-align:center;
	text-shadow: 0 0 10px blue;
	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;
    border-radius:30px;
	text-shadow: 0 0 5px green;
}
#hk{
    background-color:black;
    border: 2px solid blue;
    color: white;
    padding:1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size:;
    border-radius:20px;
    width:100%;
}
#bt1{
         	font-size:20px;
         	text-decoration:line-through;
         	width:100%;
         	text-shadow: 1px 1px 5px black;
         	color:black;
         	text-shadow: 0 0 3px red;
            border:0px;
            background: #122633;
            background: -webkit-gradient(linear, left top, left bottom, from(#6b2026), to(#122633));
            border-radius:30px;
         }