html, body{
	width: 100%;
	height: 100%;
	background: #E4779E;
	background: -moz-linear-gradient(60.64deg, #002649 0%, #0C3641 25%, #194739 50%, #255730 75%, #2F4A13 100%);
	background: -webkit-linear-gradient(60.64deg, #002649 0%, #0C3641 25%, #194739 50%, #255730 75%, #2F4A13 100%);
	background: linear-gradient(60.64deg, #002649 0%, #0C3641 25%, #194739 50%, #255730 75%, #2F4A13 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEDF3', endColorstr='#D70075',GradientType=1 );
	background-attachment: fixed;
}
main{color: #18CF70;}