/*! mostly from: https://andy-bell.co.uk/a-more-modern-css-reset/ */*,*::before,*::after{box-sizing:border-box;position:relative}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;-webkit-font-smoothing:antialiased}body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd,pre{margin:0}ul,ol{list-style:none;margin:0;padding:0}body{min-height:100vh;line-height:1.4875;text-underline-offset:3px;font-family:sans-serif}h1,h2,h3,h4,button,input,label{line-height:1.1875}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto}img,picture,video{max-width:100%;height:auto}input,button,textarea,select{font:inherit}textarea{resize:vertical}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}audio,canvas,iframe,svg,video,embed,object{display:block;vertical-align:middle}em,i,cite{margin-left:-0.0625em;margin-right:0.0625em}body{background:#00e57e;color:#000000;padding:2vw}img{width:100%;max-width:250px;height:auto}ul{display:flex;flex-wrap:wrap}li{margin:3rem .5rem;max-width:250px}iframe{margin:0 auto;width:100%;max-width:640px}
