html {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background-color: #9e5423;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-items: center;
}

a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

a:visited {
  color: rgb(255, 255, 255);
}

.header {
  color: #fff;
  text-align: center;
  padding: 10px;
}

h1 {
  font-size: 2.5rem;
  text-align: center;
  padding: 10px;
  border: 2px solid #f7f7f7;
  border-radius: 15px;
}

h3 {
  font-size: 1.5rem;
  text-align: center;
  padding: 10px;

}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(220, 60, 41);
  color: white;
  text-align: center;
  margin: auto;
  margin-bottom: 5px;
}


#crc-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}