html,body{width:100%;height:100%;margin:0;padding:0;background-color:#151515;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}#links{width:100%;height:100%;padding:2rem}.project{width:50%;height:auto;background-color:#2f00ff;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:2rem;border-radius:2rem}.project-title{color:#fff;font-size:1.5rem;width:100%;text-align:left;margin:0;margin-bottom:1rem;display:flex;flex-direction:row;justify-content:space-between}.project-links{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}a{text-decoration:underline;color:#fff;text-underline-offset:.2rem;font-size:1rem;font-weight:300}.project-title{padding-top:2rem}
