:root {
    --ss-color-123344: #F5B914;
    --ss-color-123345: #E8E8E8;
    --ss-color-123344-dark: #dca000;
    --ss-color-123345-dark: #cfcfcf;
}


:root {
  --ss-title-font-family: 'Montserrat', sans-serif;
  --ss-paragraph-font-family: 'Lato', sans-serif;
  --ss-navigation-font-family: 'Montserrat', sans-serif;
  --ss-navigation-font-size: 20px;
}


.site-button {

    border-style: none;

  border-radius: 5px;


    box-shadow: none;
}


body {
  background-color: #000000;
}

body:before {
    background-image: url(https://images.unsplash.com/photo-1575330719343-23de81f5b995?ixid=M3w1NzQ5OTV8MHwxfGFsbHx8fHx8fHx8fDE3ODcwNzc4Mjh8&ixlib=rb-4.1.0&utm_source=siteswan&utm_medium=referral&utm_campaign=api-credit&w=1920);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

