html{height:100%}body{min-height:89%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:Black;color:GhostWhite;font-family:'IBM Plex Mono', monospace;font-weight:300}div{display:flex;flex-direction:column;align-items:center;justify-content:center}div.links{flex-direction:row;flex-wrap:wrap;gap:13px;margin:13px}div.project{width:89%}div.project-links{gap:13px;margin:13px;width:100%;flex-direction:row;justify-content:flex-end}div.project-name{width:100%;flex-direction:row;justify-content:flex-start}h1{font-weight:500;margin:13px}h1.filler{margin:3px 5px 13px 5px}p{margin:13px}p.tagline{text-align:center}a:link{color:GhostWhite}a:visited{color:LightGrey}a:hover,a:active{color:White;font-weight:500}a.enter{margin:8px 13px}hr{width:33%;border-top:1px solid GhostWhite}#content{background-color:DimGrey;min-width:13%;margin:21px 13px 89px 13px}#footer{background-color:Black;position:fixed;bottom:8px;width:100%;font-size:small}#footer p{margin-top:5px;margin-bottom:5px}#top-footer{flex-direction:row;gap:13px}#bottom-footer{flex-direction:row;gap:13px}#bottom-footer-separator{display:none}@media (min-width: 610px){div.project{flex-direction:row}div.project-name{width:auto;flex-basis:100%}div.project-links{width:auto}hr{width:13%}#content{margin:21px 13px}#footer{flex-direction:row}#bottom-footer-separator{display:inline;margin-left:13px}}
