a:link {
    color: #843b0b;
    text-decoration: none;
}

a:visited {
  color: #512407;
  text-decoration: none;
}

p {
  text-align: center;
  font-family: "Gill Sans", sans-serif;
}

h1 {
  color: #512407; 
  text-align: center }

h2 {
  color: #512407; 
  text-align: center }

h3 { text-align: center }

h4 { text-align: center }

body {
  color: black;
  font-family: "Gill Sans", sans-serif;
}

/*Scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #9a5838; 
  box-shadow: inset 0 0 2px #c28285;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #5d321c; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #371c0f; 
}