@import "https://fonts.googleapis.com/css2?family=IM+Fell+English:ital@0;1&display=swap";
.root{box-sizing:border-box;border:0 solid #fff;font-family:IM Fell English,serif}.home-wrapper{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;overflow-y:auto}.home-container{justify-content:center;gap:80px;width:100%;max-width:85vw;padding:20px;display:flex}.sidebar{text-align:center;flex-direction:column;align-self:center;align-items:flex-start;min-width:200px;display:flex}header{min-width:200px;margin-bottom:10px}h1{text-align:left;min-width:200px;margin:0;padding:10px 0;font-size:clamp(40px,4vw,26px);font-weight:400;line-height:1.1}nav{text-align:left;width:100%;max-width:100%}ul{margin:0;padding:0;list-style-type:none}li{margin:5px 0}main{text-align:center;scrollbar-width:none;-ms-overflow-style:none;justify-content:center;align-items:center;width:50vw;min-width:50vw;max-width:50vw;height:60vh;min-height:60vh;max-height:60vh;display:flex;overflow-y:auto}img{max-width:80%;height:auto;max-height:80%;display:block}
