#tue_next {right:calc(50% - 390px);}
#tue_back{left:calc(50% - 390px);}
a{color:#fff;}
@media only screen and (max-width:824px) {
    #tue_next {right:22px;}
    #tue_back{left:22px;}
}
.flash{
	position:fixed;
    pointer-events: none;
	opacity:1;
	top:0px;
    left:0px;
	height:100%;
	width:100%;
    background-color:#fff;
    animation:flashS 0.8s 0.2s linear;
}@keyframes flashS{from{opacity:1}to{opacity:0}}
#toast {
	background-color: rgba(0,0,0,0.7);
	border-radius:16px;
	border:2px solid #fff;
	height:32px;
	width:128px;
    color:#fff;
}
.tue_controll{cursor:pointer;}
#toast_message{color:#fff;}
.tue_choice{cursor:pointer;transition-duration:0.5s;transform:translate(0,0);border-bottom:2px solid #fff;}
.tue_choice:hover{transform:translate(+4px,0);}
.menu_bg{background: linear-gradient(45deg,#000 0%, #000 10%,#3f6f90 100%);}
.game_bg{background: radial-gradient(circle,rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.7) 100%);}
