:root{--text-color: #C5C6C7;--tile-color: #1F2833;--background-color: #12141b}.day-theme{--text-color: #485665;--tile-color: #D2E8EE;--background-color: #EEEEEE}body{background-color:var(--background-color);transition:background-color .3s,color .3s;color:var(--text-color);font-family:Inria Sans,sans-serif;width:800px;display:flex;flex-flow:column nowrap;align-items:center;margin:0 auto}#root{display:flex;flex-flow:column nowrap;align-items:center;min-height:100vh;width:100%}header{width:100%;font-size:25px}a{color:var(--text-color)}.nav-link{margin:20px 0}.hero{margin:50px 0;display:flex;flex-flow:row;align-items:center;justify-content:space-between}.title-block{margin:80px 0}main{flex:1;width:100%}#md-img{width:150px;border-radius:20px}h1{font-size:72px;margin:-30px 0 0}h2{font-size:24px;font-weight:400;margin:0 0 -18px}p{margin:0 0 20px}.text>p{margin:0 0 10px}.tile{background-color:var(--tile-color);flex:1;padding:20px 20px 5px;border-radius:20px}.tile>h3{margin:0 0 15px}.content-row{width:100%;display:flex;flex-flow:row wrap;justify-content:space-between;align-items:stretch;gap:0px 20px}.column{display:flex;flex-flow:column;align-items:left;justify-content:flex-start;flex:1}.row{display:flex;flex-flow:row;align-items:center;justify-content:space-between;gap:0px 20px}footer{width:100%;margin:100px 0 10px;font-weight:700}.footer-items-container>a{margin:15px 0}@media (max-width: 840px){body{width:90%;margin:0 20px}#md-img{width:360px}.hero{display:flex;flex-flow:column;align-items:center}.hero>div>h1{font-size:42px;margin:0;text-align:center}.hero>div>h2{font-size:14px;font-weight:400;text-align:center}.content-row{flex-direction:column}.content-row>.content-row{margin:0 0 20px}.tile>.content-row{flex-direction:row}.tile{margin:10px 0}}@media (max-width: 415px){#md-img{width:100%}body{width:360px;margin:0 20px}}
