:root {
    --ss-color-91820: #FFD700;
    --ss-color-91821: #0052CC;
    --ss-color-91820-dark: #e6be00;
    --ss-color-91821-dark: #0039b3;
}


:root {
  --ss-title-font-family: 'Great Vibes', cursive;
  --ss-paragraph-font-family: 'Abel', sans-serif;
  --ss-navigation-font-family: 'Lora', serif;
  --ss-navigation-font-size: 18px;
}


.post-button {
    border-style: solid;


  border-radius: 31px;

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

}


body {
  background-color: #050505;
}

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

