
	body {
		background: #050505;
    }
	#mk{
		background: orange;
	}
	  .container{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.game-result{
		height: auto;
        width: auto;
        background: #070707;
        margin-bottom: 11px;
		border-radius: 0;
		box-shadow: -4px -4px 8px #292525fb , 4px 4px 6px rgba(94, 104, 121, 288);
	}

 .result353{
	position: relative;
	font-size: 3em;
	letter-spacing: 3px;
	color: #0e3742;
	text-transform: uppercase;
	font-family: Georgia, 'Times New Roman', Times, serif;
	width: 100%;
	text-align: center;
   -webkit-box-reflect: below 1px linear-gradient(tranparent ,#0004);
	line-height: 1.5em;
	outline: none;
	animation: animate 3s linear infinite;
}
@keyframes animate{
	0%,18%,20%,50.1%,60%,65.1%,80%,90.1%,92%{
		color: #0e3742;
		text-shadow: none;
	}
	18.1%,20.1%,30%,50%,60.1%,65%,80.1%,90%,92.1%,100%{
		color: rgb(253, 249, 249);
		text-shadow: 0 0 10px #03bcf4,
	             	0 0 20px #03bcf4,
		            0 0 40px #03bcf4,
		            0 0 80px #03bcf4,
					0 0 160px #03bcf4,
		            0 0 320px #03bcf4;
	}
}
.Guessing{
	padding:8px;
	margin:8px 0;
	font-family: Times New Roman;
	font-weight:600;
	background-color: #f5d020;
    background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);
 } 
   
    