*{box-sizing:border-box}body,html{margin:0;padding:0}body,main{min-height:100vh}main{padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-color:#fafafa}.container{max-width:600px;width:100%}h1{font-size:2.5rem;margin-bottom:1.5rem;color:#2c3e50;font-weight:300;line-height:1.2}.intro{font-size:1.25rem;line-height:1.6;color:#555;margin-bottom:2rem}h2{font-size:1.75rem;margin-bottom:1rem;color:#2c3e50;font-weight:400}.projects{list-style:none;padding:0}.projects li{margin-bottom:.75rem}.projects a{font-size:1.125rem;color:#3498db;text-decoration:none;border-bottom:1px solid transparent;transition:border-bottom-color .2s ease}.projects a:hover{border-bottom-color:#3498db}@media (max-width:768px){main{padding:1rem}h1{font-size:2rem}.intro{font-size:1.125rem}}