:root{--bg-primary:#191970;--bg-secondary:#f0f8ff;--text-primary:#dfdfdf;--text-secondary:#1f1f1f}*{box-sizing:border-box}html,body{width:100%;height:100%}body{color:var(--text-primary);background-color:var(--bg-primary);flex-direction:column;align-items:center;margin:0 auto;padding:30px;display:flex}.sections{width:100%;max-width:60rem;margin:auto;padding:auto}h1,h2,h3{color:var(--text-primary);border-bottom:dashed .1em var(--text-primary)}a{color:#f4a460;text-decoration:none}.icon{width:13rem;height:13rem}ul{list-style:none}li:before{content:"★";color:var(--text-primary)}table{border-spacing:0;border-collapse:collapse;border:solid 1px var(--text-secondary);min-width:70%;color:var(--text-secondary)}tr,tr:nth-child(2n){background-color:var(--bg-secondary)}th{background:var(--bg-secondary);color:var(--text-secondary)}th,td{border:solid 1px var(--text-secondary);padding:.5rem}footer{text-align:center;border-top:dashed 2px var(--text-primary);width:100%;margin-top:3rem;margin-bottom:3rem;padding-top:2rem}
