*{margin:0;padding:0}*{box-sizing:border-box;font-size:20px;font-family:inter,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif}h1{font-size:36px}h2{font-size:34px}h3{font-size:32px}h4{font-size:30px}h1,h2,h3{padding:0;margin-top:10px;margin-bottom:0}ul,ol{padding:2px;padding-left:5px;margin-left:15px}ul li,ol li{padding:2px}code{background:#333;font-family:monospace}pre{margin:2px;padding:5px;overflow:auto}pre code *{font-family:monospace}img{max-width:100%;height:auto}html,body{height:100%}.wrapper{min-height:100%}body{color:#ccc;background:#000;font-family:gentium regular,open sans,sans-serif;line-height:1.6;max-width:80vw;margin:auto;padding:2rem;font-size:17px}header{border-bottom:1px solid #222;margin-bottom:1rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}header nav{background:#191a1a;padding:10px;border-radius:8px;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}header nav a{color:#fff;text-decoration:none;padding:5px 10px}header nav a:hover{background-color:#b3b3b3;color:#000;border-radius:5px}main{height:100%}footer{border-top:1px solid #222;margin-top:1rem}a{color:#fff;text-decoration:none}.about-section,.recent-posts-section,.recent-projects-section{margin:50px 0}.projects,.posts{display:flex;gap:20px;flex-wrap:wrap}.card{flex:auto;width:330px;border:1px solid #000;border-radius:15px;padding:18px;background-color:#191a1a;display:flex;flex-direction:column;align-items:center}.card .card-content{display:flex;flex-direction:column;gap:10px}.card .card-content a{text-decoration:none}.card .card-content .card-image{border-radius:10px;margin-bottom:5px}.card .card-content .card-image img{border-radius:8px;max-width:100%;max-height:100%}.card .card-content .card-image svg{height:inherit;width:inherit;max-width:100%;max-height:100%}.card .card-content .card-text .tag{background-color:#4b4e4e;padding:5px 10px;border-radius:4px;font-weight:400;font-size:medium}.card .card-content .card-text .date{color:#999;font-size:medium;margin:8px 0}.card .card-content .card-text .date time{font-size:medium}.card .card-content .card-text .card-title{margin:10px 0;font-size:larger;font-weight:600}.card .card-content .card-text .summary{color:#999}.card .card-content .card-footer{display:flex;align-items:center;width:100%;gap:10px}.card .card-content .card-footer span{font-size:medium;font-weight:700}.recent{display:flex;gap:10px}.post-title{text-align:center}@media screen and (max-width:1280px){html{padding:10px}body,.wrapper{margin:0;max-width:100%;width:100%}.recent{flex-wrap:wrap}.card{max-width:100%}.card .card-content .card-image{width:100%}.card .card-content .card-image svg{height:inherit;width:inherit}}@media screen and (max-width:500px){body{padding:5px}body nav{flex-direction:column;width:100%}}