:root{--background:linear-gradient(135deg,#f5f5f5,#d3d3d3);--section-bg:var(--background);--article-bg:var(--background);--navbar-bg:var(--background);--hover-bg:var(--background);--pre-bg:#fff;--shadow-color:rgba(0,0,0,.1);--theme-selector-color:#000}[data-bs-theme=dark]{--background:linear-gradient(135deg,#444,#333);--section-bg:var(--background);--article-bg:var(--background);--navbar-bg:var(--background);--hover-bg:var(--background);--pre-bg:var(--bs-body-bg);--shadow-color:rgba(0,0,0,.5);--theme-selector-color:#fff}.navbar{background:var(--navbar-bg);border-radius:.5rem;margin-bottom:1rem;margin-top:1rem}section{transition:transform .3s ease,box-shadow .3s ease}article,section{background:var(--section-bg);box-shadow:0 .25rem .375rem var(--shadow-color);border-radius:.5rem;padding:1.25rem}article{margin-bottom:1rem;transition:transform .2s ease,box-shadow .2s ease}.theme-selector{background:inherit;border:0;.bi{height:1.5rem;fill:var(--theme-selector-color)}:active,:hover{background:transparent}}.theme-selector:active{background:transparent!important}.theme-selector:hover{background:transparent}.list-group-item:hover{background:var(--hover-bg);transition:background .3s ease}h1{margin-bottom:1rem}img{border-radius:.5rem;max-width:100%;height:auto;display:block}.bi{height:1rem;width:1rem}.bi+span{margin-left:.25rem}