hr {
  border: none;
  height: 4px !important;
  background: url(https://thedukeofnorfolk.com/images/hr_bg3.webp) center repeat-x;
  border-radius: 2px;
}

html, body {
  background: url(https://thedukeofnorfolk.com/images/texture.jpg);
}

.header .logo img {
  width: auto;
  max-width: 300px;
}

.wrap {
  border-radius: 5px;
  font-size: 14px;
  color: #7f565c;
}

.button {
  background: #8c9ab6;
  padding: 10px 20px;
}

.button:hover {
  background: #808aab;
  padding: 10px 20px;
}

a {
  color: #8c9ab6;
  text-decoration: none;
  text-decoration-color: #8c9ab64f;
}

a:hover {
  color: #8c9ab6;
  text-decoration: underline;
  text-decoration-color: #8c9ab64f;
}