:root {
    --ss-color-113242: #6B9EBC;
    --ss-color-113842: #454545;
    --ss-color-113242-dark: #5285a3;
    --ss-color-113842-dark: #2c2c2c;
}


:root {
  --ss-title-font-family: 'Orbitron', monospace;
  --ss-paragraph-font-family: 'Roboto', sans-serif;
  --ss-navigation-font-family: 'Inter', sans-serif;
  --ss-navigation-font-size: 15px;
}


.site-button {
    border-style: solid;


  border-radius: 31px;

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

}


body {
  background-color: var(--ss-color-113842);
}

body:before {
    background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

