body {
  background: rgba(134, 77, 49, 0.1);
}

.header .logo img {
  width: auto;
  max-width: 90%;
}

.button {
  color: #864D31;
  border: 2px solid #864D31;
  background: #FFFFFF;
  font-weight: bold;
}

.button:hover {
  background: #864D31;
  color: #FFFFFF;
  border: 2px solid #864D31;
  font-weight: bold;
}

a {
  color: #41392B;
  text-decoration-color: #aaaaaa;
}

a:hover {
  color: #864D31;
}