<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text {
   position:relative;
   width:100%;
   margin: 0 auto;
   tex-align:center;
   color:#fff
   overflow:hidden;
   list-style:none;
}



.text h1 {
	color:#fff;
	font-size:44px;
    text-shadow:0px 0px 3px rgba(0,0,0,.7);
}


.text li {
	position:absolute;
	top: 10px;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:auto;
	height:auto;
}

@media screen and (max-width: 767px){
.text li{
	width:90%;
}}</pre></body></html>