@charset "UTF-8";

.header {
    background: rgb(0,4,40);
	background: linear-gradient(90deg, rgba(0,4,40,1) 0%, rgba(81,76,156,1) 35%, rgba(0,78,146,1) 100%); 
}
.footer {
  background: rgb(0,4,40);
  background: linear-gradient(90deg, rgba(0,4,40,1) 0%, rgba(81,76,156,1) 35%, rgba(0,78,146,1) 100%); 
}