	body{
		/*overflow: hidden;*/
		width : 100%;
		background: rgb(37,14,76);
background: linear-gradient(180deg, rgba(37,14,76,1) 30%, rgba(6,0,32,1) 68%);
		margin: 0px !important;
		height: 100vh;
		}
		.header
		  {
		  width : 100%;
		  position: fixed;
		  height : 0.3vh;
		  max-height: 0.5vh;
		  background: rgb(85,12,140);
background: linear-gradient(90deg, rgba(85,12,140,1) 17%, rgba(153,0,102,1) 91%);
		  top:0;
		  }
		  .footer
		  {
		  width : 100%;
		  position: fixed;
		  height : 0.3vh;
		  max-height: 0.5vh;
		  background: rgb(85,12,140);
background: linear-gradient(90deg, rgba(85,12,140,1) 17%, rgba(153,0,102,1) 91%);
		  bottom:0;
		  }
