:root{--font-family:"EB Garamond", "Helvetica Neue", "Segoe UI", sans-serif;--background-color:#f6f6f6;--indian-saffron:rgb(255, 104, 26);--indian-blue:rgb(1, 0, 142);--indian-green:rgb(0, 106, 53);--gray-text-color:#666}*{box-sizing:border-box;margin:0;padding:0}body,input{font-family:var(--font-family);font-size:1.4rem;line-height:1.4;font-weight:400}body{background-color:var(--background-color);display:flex;flex-direction:column;min-height:100vh}main{flex:1}.container{max-width:1300px;padding-right:120px;padding-left:120px;margin:0 auto}a{color:var(--indian-saffron)}@media only screen and (max-width:600px){body,input{font-size:1rem}.container{padding-right:20px;padding-left:20px;max-width:100%}}header{background-color:#fff;width:100%;display:flex;align-items:center;justify-content:space-between;padding:1em 0;align-items:center}.name{font-family:poppins,sans-serif;display:flex;text-decoration:none}.name-letter{font-weight:400}.indian-saffron{color:var(--indian-saffron)}.indian-blue{color:var(--indian-blue)}.indian-green{color:var(--indian-green)}nav a{margin-right:1.8em;text-decoration:none;font-weight:500}@media only screen and (max-width:600px){header{flex-direction:column;padding:0 0 1em}.name-letter{margin-top:1em}nav a{margin:0}nav{display:flex;justify-content:space-evenly;width:100%}nav a{font-weight:500;font-size:1.2rem}}footer{height:90px;color:#999;font-size:1.4rem;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:600px){footer{height:auto;padding:1em 0;font-size:1rem}}.post{background-color:#fff;padding-top:0;padding-bottom:90px}.post figure{text-align:center;margin:0 auto}.post img{max-width:70%;object-fit:contain;margin:1em 0}figcaption{text-align:center;font-style:italic;color:gray;margin-bottom:1em}pre{background-color:#f4f4f4;padding:1em;overflow-x:auto;border-radius:15px;margin:1em 0}h1,h2,h3,h4,h5,h6{margin-top:1em}.post h1:first-of-type{margin-top:0}ul,ol{margin-block-start:1em;margin-block-end:1em;padding-inline-start:40px}blockquote{background:#f6f6f6;font-style:italic;border-left:5px solid;border-color:#000;padding:10px 15px;margin-block-start:1em;margin-block-end:1em;margin-inline-start:40px;margin-inline-end:40px}@media only screen and (max-width:600px){.post{padding-top:1em;padding-bottom:1em}.post img{max-width:100%;object-fit:contain;margin:1em 0}ul,ol{overflow-wrap:anywhere}}.home{background-color:#fff;flex:1;width:100%;display:flex;flex-direction:column;justify-content:flex-start}.home img{width:200px;height:200px;border-radius:100%}.position{margin-bottom:1em;font-weight:500;font-size:2rem;font-style:italic}.story{display:flex}.intro{width:80%}.recent-posts h2{font-weight:400;margin-bottom:1em}.home p{margin-top:1em}.home p:first-of-type,.home .summary{margin-top:0}span{display:inline;padding:0 .3em}@media only screen and (max-width:600px){.home .recent-posts{order:2}.home .story{order:1}.story{flex-direction:column;align-items:center}.story .intro{order:2;align-items:flex-start;width:100%}.story img{order:1;width:150px;height:150px;margin-top:1em}}.posts{background-color:#fff;flex:1;width:100%}.post-card{margin-bottom:1.5em}.post-card .date{color:var(--gray-text-color)}.post-card .title{color:var(--indian-saffron);font-size:1.6rem;font-weight:600}.post-card .summary{color:var(--gray-text-color);font-style:italic}.tag-title{margin-bottom:1em}@media only screen and (max-width:600px){.posts{padding-top:1em}}.tags{background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}