.header {
    background-image: url('/images/backalt.png');
  background-color: #000000;
  background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: auto;
}

 
  .footer {
    background: rgb(85,85,85);
}

:root {
  --cassiopeia-color-primary: rgb(85,85,85);
}

a {
    color: #8A0808;
}

a:not([class]) {
    text-decoration: none;
             font-weight: bold;
}

a:focus,a:hover {
    color: black
}

.back-to-top-link {
   color: #22262a;
  border-color: var(--white,#fff);
}
.back-to-top-link:focus, .back-to-top-link:hover {
    background-color: #22262a;
    border-color: var(--white,#fff);
    color: var(--white,#fff);  
  }

h3,h2,h1 {
  font-family: Times New Roman;
}

