<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

body {
	font-size: 100%;
	line-height: 1.5;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	background-image: url(../images/bg.png);
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

img,
video,
embed,
figure,
iframe {
	margin: 0;
	border: 0;
	height: auto;
	max-width: 100%;
}

.container {
	position: relative;
	z-index: 3;
	width: 850px;
	height: 590px;
	margin: 0 auto;

}

.container::after {
	position: absolute;
	content: '';
	z-index: 2;
	width: 850px;
	height: 590px;
	background-image: url(../images/mainBoard.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.bg-stars {
	content: '';
	position: absolute;
	z-index: 1;
	width: 790px;
	height: 530px;
	background-image: url(../images/bgStars.png);
	background-repeat: repeat;
	background-position: center center;
	top: 20px;
	left: 40px;
}

.frame-ip-logo {
	position: absolute;
	top: -165px;
	right: 20px;
	z-index: 1;
	width: 290px;
	height: 198px;
	padding-left: 80px;
	padding-top: 50px;
	text-align: center;
	background-image: url(../images/frameLogo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

h1 {
	position: relative;
	right: 190px;
	bottom: 30px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 70px;
}

.content {
	position: relative;
	z-index: 10;
}

.persona {
	position: absolute;
	bottom: 60px;
	left: 75px;
	z-index: 2;
}

.main-text-top {
	position: absolute;
	width: 742px;
	padding: 1em 1em;
	left: 68px;
	top: 52px;
	font-size: 1.2em;
	text-align: center;
}

.main-text-top span {
	padding: 2px 4px;
	border-radius: 5px;
	background-color: #121212;
}

.main-text-top a { color: #fff; }
.main-text-top a:hover { color: #eee; }

.game-info {
	position: absolute;
	left: 430px;
	top: 250px;
	font-size: 1.2em;
}

.game-info li span {
	padding: 2px 4px;
	border-radius: 5px;
	background-color: #121212;
}

.btn-start-now {
	margin-left: 30px;
	margin-top: 4px;
	display: inline-block;
	width: 262px;
	height: 50px;
	padding: 7px 0;
	text-indent: -9999em;
	overflow: hidden;
	background-image: url(../images/btn-start-now.jpg);
	background-repeat: no-repeat;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn-start-now:hover {
	opacity: .8;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.actions {
	position: absolute;
	left: 50%;
	bottom: 38px;
	width: 248px;
	z-index: 20;
	height: 38px;
	margin-left: -110px;
	background-color: #000;
	border-radius: 5px;
}
</pre></body></html>