<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/css?family=Roboto:100,300,400,500,700,900');
body {
    font-family: 'Roboto', sans-serif;
}

.container {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
}
.sapo{
    width: 960px;
    margin-left: -150px !important;
    font-size: 28px;
    font-weight: 500;
	text-align:center
}

@media (max-width: 1200px) {
.sapo{
    width:auto;
    margin: 20px auto !important;
    font-size: 25px;
}
}</pre></body></html>