@charset "utf-8";
/* CSS Document */

body {
	
	background:#2a82c6 !important;
	border-top:5px solid #f4dc42;
	
}

.competition-bg {
	
	background-size:cover;
	background-position:top center;
	
}

.writing-box {

	background-color: #f4dc42; padding:20px; border-radius:20px; -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.2); box-shadow: 0 0 50px 0 rgba(0,0,0,0.2); position: relative; border:4px solid rgba(0,0,0,0.1);

}

.blue-bar, header, .alert-hello {
	
	display:none;
	
}

.writing-box {

	background:#f4dc42;

}

.write-to-unite-logo {
	
	display:block !important;
	text-align:center;
	
}