<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
	margin: 0;
	padding: 0;
}

#wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 640px;
	height: 950px;
	overflow: hidden;
}

#barras {
	position: absolute;
	left: 50%;
	top: 180px;
	margin-left: -1105px;
	width: 2210px;
	height: 2210px;
}

#cover {
	position: absolute;
	left: 0;
	top: 30px;
	width: 640px;
	height: 950px;
}

#nome {
	font-family: 'lato_black', sans-serif;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
}

#jogos-titulo {
	font-family: 'lato_regular', sans-serif;
	font-size: 18px;
	color: #000;
	position: absolute;
	left: 88px;
	top: 125px;
	width: 130px;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
}

#jogos {
	font-family: 'lato_black', sans-serif;
	font-size: 115px;
	position: absolute;
	left: 88px;
	top: 125px;
	width: 130px;
	height: auto;
	text-align: center;
	text-transform: uppercase;
}

#gols-titulo {
	font-family: 'lato_regular', sans-serif;
	font-size: 18px;
	color: #000;
	position: absolute;
	left: 425px;
	top: 125px;
	width: 130px;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
}

#gols {
	font-family: 'lato_black', sans-serif;
	font-size: 115px;
	color: #f2b600;
	position: absolute;
	left: 425px;
	top: 125px;
	width: 130px;
	height: auto;
	text-align: center;
	text-transform: uppercase;
}

#fotos-container {
	width: 159px;
	height: 190px;
	position: absolute;
	left: 243px;
	top: 30px;
	overflow: hidden;
}

.jogadores {
	width: 159px;
	height: 190px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#avancar {
	width: 50px;
	height: 100px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -50px;
	cursor: pointer;
}

#retornar {
	width: 50px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -50px;
	cursor: pointer;
}</pre></body></html>