:root {
  --opbar-bg: #000000;
  }

.header {
    background: rgb(0,0,0);
}

.footer {
    background: rgb(2,0,36);
	background: linear-gradient(0deg, rgba(226,21,1,1) 35%, rgba(0,0,0,255) 100%); 
}