:root {
    --ss-color-118248: #BB974C;
    --ss-color-118248-dark: #a27e33;
}


:root {
  --ss-title-font-family: 'Baskervville', serif;
  --ss-paragraph-font-family: 'Atkinson Hyperlegible', sans-serif;
  --ss-navigation-font-family: 'Baskervville', serif;
  --ss-navigation-font-size: 24px;
}


.site-button {

    border-style: none;

  border-radius: 31px;

    box-shadow: 0px 4px 12px 1.28px rgba(0, 0, 0, 0.3);

}


body {
  background-color: #000000;
}

body:before {
    background-image: url(https://images.unsplash.com/photo-1507525428034-b723cf961d3e?ixid=M3w1NzQ5OTV8MHwxfGFsbHx8fHx8fHx8fDE3ODQxMzU2OTZ8&ixlib=rb-4.1.0&utm_source=siteswan&utm_medium=referral&utm_campaign=api-credit&w=1920);
  background-position: center bottom;
  background-repeat: repeat;
  background-size: auto;
}

