	body{
		/*overflow: hidden;*/
		width : 100%;
		background: rgb(8,0,180);
background: linear-gradient(180deg, rgba(8,0,180,1) 30%, rgba(8,1,43,1) 68%);
		margin: 0px !important;
		height: 100vh;
		}
		.header
		  {
		  width : 100%;
		  position: fixed;
		  height : 0.3vh;
		  max-height: 0.5vh;
		  background: rgb(67,80,197);
background: linear-gradient(90deg, rgba(67,80,197,1) 13%, rgba(130,116,126,1) 84%);
		  top:0;
		  }
		  .footer
		  {
		  width : 100%;
		  position: fixed;
		  height : 0.3vh;
		  max-height: 0.5vh;
		  background: rgb(67,80,197);
background: linear-gradient(90deg, rgba(67,80,197,1) 13%, rgba(130,116,126,1) 84%);
		  bottom:0;
		  }
