<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html,
body {
  font-family: 'Arial Rounded MT';
    max-width: 266px;
}
body {
  background: #0d212d;
 
}

h1{
    margin:  0px;  
    padding-top: 20px;
    width:auto;
    height: 55px;
}

.blink_text {
  text-align:center;
  animation: tripy .33s infinite;
  -webkit-animation: tripy .33s infinite;

}
@keyframes tripy {
  
  0% {
    color: #000;
  }

  33% {
    color: red;
  }

  66% {
    color: #fff;
  }

  100% {
    color: red;
  }

}

@-webkit-keyframes tripy {
 
  0% {
    color: #000;  
  }

  33% {
    color: #fff;
  }

  66% {
    color: #fff;
  }

  100% {
    color: red;
  }


}



h3{
     margin:  0px; 
    text-align: center;  
    color: aliceblue;
}


.content{
   font-family: 'ThaiSans Neue';
    background: #5a7c8a; 
    display: inherit;
    border: 2px solid #558293;
    font-size: 24px; 
    background: rgba(2,56,97,1);
background: -moz-linear-gradient(top, rgba(2,56,97,1) 0%, rgba(9,30,51,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2,56,97,1)), color-stop(100%, rgba(9,30,51,1)));
background: -webkit-linear-gradient(top, rgba(2,56,97,1) 0%, rgba(9,30,51,1) 100%);
background: -o-linear-gradient(top, rgba(2,56,97,1) 0%, rgba(9,30,51,1) 100%);
background: -ms-linear-gradient(top, rgba(2,56,97,1) 0%, rgba(9,30,51,1) 100%);
background: linear-gradient(to bottom, rgba(2,56,97,1) 0%, rgba(9,30,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023861', endColorstr='#091e33', GradientType=0 );

}



.push{
    animation: push 0.5s ease both;
	display: -webkit-box;
} 
	@keyframes push{
		0%{
			opacity: 0;
			transform: scale(0.5);
        }90%{
            opacity: 1;
            transform: scale(1.1);
        }100%{
            opacity: 1;
            transform: scale(1);
        }
            }
.jackpot{
        border-radius:3px;	border-top:1px solid #558293; 	display:inline-block;	cursor:pointer;	color:#ffffff;	font-family:'Arial Rounded MT';	font-size:16px;	padding:9px 23px; text-decoration:none;	text-shadow:0px 1px 0px #263666;  display: block; margin: auto; min-width: -webkit-fill-available;
			}

.prizePool{
        background: #1b2933;  background-image: -webkit-linear-gradient(top, #1b2933, #091e2b);  background-image: -moz-linear-gradient(top, #1b2933, #091e2b);  background-image: -ms-linear-gradient(top, #1b2933, #091e2b);  background-image: -o-linear-gradient(top, #1b2933, #091e2b);  background-image: linear-gradient(to bottom, #1b2933, #091e2b);  -webkit-border-radius: 0;  -moz-border-radius: 0;  border-radius: 0px;  font-family: 'ThaiSans Neue';  color: #ffffff;  font-size: 70px;  /*padding: 10px 20px 10px 20px;*/  text-decoration: none;    text-align: center; margin: 0 0 0 0px;     display: list-item;
			}

</pre></body></html>