main{width:100%;min-height:100vh;display:grid;grid-template-columns:1fr;place-items:center}main .archive{width:100%;max-width:1600px;box-sizing:border-box;padding:0}main .archive h1{margin:0px;font-weight:500;font-family:"Raleway",sans-serif;padding-left:20px}main .archive p.subtitle{color:#64ffda;font-size:16px;padding-left:20px}main .archive table{width:100%;border-collapse:collapse}main .archive table tbody tr{transition:all .25s cubic-bezier(0.645, 0.045, 0.355, 1)}main .archive table tbody tr:hover,main .archive table tbody tr:focus{background-color:#112240}main .archive table th{font-weight:500}main .archive table th:first-child,main .archive table td:first-child{padding-left:20px}main .archive table td,main .archive table th{padding:10px;text-align:left}main .archive table td:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}main .archive table td:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px;padding-right:20px}main .archive table td.year{padding-right:20px;color:#64ffda;font-size:16px;font-weight:400}main .archive table td.title{padding-top:15px;padding-right:20px;color:#ccd6f6;font-size:20px;font-weight:600;line-height:1.25}main .archive table td.company{font-size:18px;white-space:nowrap}main .archive table td.stack{font-size:12px;line-height:1.5}main .archive table td.stack .separator{margin:0px 5px}main .archive table td.links div{gap:10px;justify-content:flex-start}main .archive table td.links div a{flex-shrink:0;transition:all .25s cubic-bezier(0.645, 0.045, 0.355, 1);border:none;padding:0}main .archive table td.links div a svg{width:20px;height:20px;transition:all .25s cubic-bezier(0.645, 0.045, 0.355, 1)}main .archive table td.links div a:hover,main .archive table td.links div a:focus{box-shadow:none;transform:none}main .archive table td.links div a:hover svg,main .archive table td.links div a:focus svg{stroke:#64ffda}main .archive table td.links div a:focus-visible{outline:2px dashed #64ffda;outline-offset:3px}main .archive table td.links div a.fill:hover svg,main .archive table td.links div a.fill:focus svg{stroke:none;fill:#64ffda}