<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Baumans&amp;display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");

html {
	background-position: center top !important;
	background-attachment: fixed;
	background-image: url(https://torneo.sanquirino.net/wp-content/uploads/2015/05/sfondo-splash-page.jpg) !important;
	position: relative;
	min-height: 100%;
}

body {
	background: transparent !important;
	color: #fff !important;
	font-family: 'Baumans', cursive !important;
	margin-bottom: 80px;
}

.bg-dark {
	background-color: transparent !important;
}

.alert-blue {
	color: #fff;
	background-color: #7168b9;
	border-color: #7c74bf;
}

.alert-blue hr {
	border-top-color: #abdde5;
}

.alert-blue .alert-link {
	color: #fff;
	text-decoration: underline;
}

footer {
	border-top: 1px solid white;
	padding-top: 5px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	/*line-height: 70px;*/
	padding-top: 20px;
}

.button {
	padding: 10px 15px;
	border: 1px solid #2f96db;
	color: #2f96db;
	margin: 5px;
	border-radius: 20px;
}

.button:hover {
	color: white;
	background-color: #2f96db;
	text-decoration: none;
}

a:hover{
	color: yellow;
}

.form-help {
	color: palegoldenrod !important;
}

.player-heading {
	font-size:20px !important;
	background-color:
}

pre {
	color:white !important;
}

#target {
	font-family: 'Arial' !important;
	font-size: 9px;</pre></body></html>