<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

* {
    box-sizing: border-box;
}

@viewport,@-ms-viewport, @-o-viewport{
width: device-width;
}

.bg{
	background-color:#000000;	
	}
	
.placement{
	margin-top:50px;
	}

.img{
	border-radius:200px;
	}

.text{
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		color:#fff;
		text-align:left;
		padding:10px;		
		}</pre></body></html>