:root {
}


:root {
  --ss-title-font-family: 'Abel', sans-serif;
  --ss-paragraph-font-family: 'Lora', serif;
  --ss-navigation-font-family: 'Open Sans', sans-serif;
  --ss-navigation-font-size: 16px;
}


.post-button {

    border-style: none;

  border-radius: 31px;

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

}


body {
  background-color: #ffffff;
}

body:before {
    background-image: url(https://d14tal8bchn59o.cloudfront.net/-rTQvCoJfgn2zoxZe-3F7rPIpMplm_yHVIv8nfTGUoY/w:1920/plain/https://02f0a56ef46d93f03c90-22ac5f107621879d5667e0d7ed595bdb.ssl.cf2.rackcdn.com/sites/16844/photos/24095625/IMG_9773_original.JPG);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

