:root {
    --ss-color-115996: #2921E0;
    --ss-color-115996-dark: #1008c7;
}


:root {
  --ss-title-font-family: 'Fredericka the Great', serif;
  --ss-paragraph-font-family: 'Roboto Slab', serif;
  --ss-navigation-font-family: 'Black Ops One', sans-serif;
  --ss-navigation-font-size: 16px;
}


.site-button {

    border-style: none;

  border-radius: 9px;


    box-shadow: none;
}


body {
  background-color: #0e1191;
}

body:before {
    background-image: url(https://images.unsplash.com/photo-1773434004392-c4ede3278c98?ixid=M3w1NzQ5OTV8MHwxfGFsbHx8fHx8fHx8fDE3ODAwMjk1OTV8&ixlib=rb-4.1.0&utm_source=siteswan&utm_medium=referral&utm_campaign=api-credit&w=1920);
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
}

