@charset "UTF-8";

div.topBanner{
	left: 0px;
	top : 0px;
	width: 100%; 
	height: 180px;
	overflow: hidden;
	position : fixed;
	/* background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(164,43,86,1) 19%, rgba(0,212,255,1) 100%);*/
}