:root{--bg-image:url(/image-random/4000)}@media screen and (width<=3000px){:root{--bg-image:url(/image-random/3000)}}@media screen and (width<=2000px){:root{--bg-image:url(/image-random/2000)}}html,body{color:rgba(0,0,0,.87);height:100%;margin:0;font-family:Lora,Times New Roman,Times,serif}body{background-color:plum;background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-image:var(--bg-image)}.blog-shell{max-width:1000px;padding-bottom:5em}.post{border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px rgba(0,0,0,.14),0 1px 10px rgba(0,0,0,.12);backdrop-filter:blur(10px)saturate()contrast(45%)brightness(130%)!important;background-color:rgba(255,255,255,.7)!important}.leaflet-container{background:rgba(255,255,255,.75)}a{color:inherit}.carousel-radio+.carousel-panel{display:none}.carousel-radio:checked+.carousel-panel{display:block}