@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap";*{margin:0 auto;box-sizing:border-box;font-family:Roboto,sans-serif}@keyframes showNavBar{0%{left:-100%}to{left:0}}@keyframes hideNavBar{0%{left:0}to{left:-100%}}@keyframes showElement{0%{opacity:0;display:block;z-index:5}to{opacity:1;z-index:5}}@keyframes hideElement{0%{opacity:1;z-index:5}99%{opacity:0;z-index:5}to{opacity:0;z-index:-1}}@keyframes showElementOverLay{0%{opacity:0;display:block;z-index:10000}to{opacity:1;z-index:10000}}@keyframes hideElementOverLay{0%{opacity:1;z-index:10000}99%{opacity:0;z-index:10000}to{opacity:0;z-index:-1}}:root{--color-1: #FBFAEA;--color-2: #5F4D32;--color-3: #4F442F;--color-4: #392C23;--color-5: #A1714E;--color-6: black;--color-7: white;--color-8: #00000066;--header-h: 72px}body{background-color:var(--color-1);min-width:280px}.button{--bttn-fs: 24px;padding:10px 16px;background-color:var(--color-4);font-size:var(--bttn-fs);line-height:var(--bttn-fs);color:#fff;border:1px solid var(--color-8);border-radius:5px;cursor:pointer;transition:.3s ease-in-out}.button:hover{box-shadow:0 0 5px 2px #00000040}.button:active{box-shadow:inset 0 0 14px 5px #00000040}@media screen and (max-width: 450px){.button{--bttn-fs: 20px}}@media screen and (max-width: 250px){.button{--bttn-fs: 16px}}a[anchor]{visibility:none;position:absolute;top:calc(var(--header-h) * -1)}@media screen and (max-width: 960px){html:has(.show-element){overflow:hidden}}html:has(.show){overflow:hidden}.box-shadow{width:100vw;height:100vh;background-color:#0006;left:0;top:0;position:fixed;display:none;z-index:2;cursor:default}@media screen and (max-width: 960px){.show-element~.box-shadow,.show~.box-shadow{display:block}}.show-element{animation:showElement .3s ease-in-out}.hide-element{animation:hideElement .3s ease-in-out}
