<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.obrazok {
	float:right;
	width: 280px;
	display:inline-block;
}

.text {
	font-size: 15px;
	line-height: 1.2em;
	font-family: 'Roboto', sans-serif;
	padding:20px;
}

.offContainer {
	margin-top: 100px;
}

@media screen and (max-width:768px){
	.obrazok {
		float:none;
		width: 280px;
	}
}</pre></body></html>