main{display:flex;flex-direction:column;justify-content:space-between;gap:4rem;margin-bottom:4rem}@media only screen and (max-width: 1200px){main{gap:3.5rem;margin-bottom:3.5rem}}@media only screen and (max-width: 992px){main{gap:3rem;margin-bottom:3rem}}@media only screen and (max-width: 768px){main{gap:2.5rem;margin-bottom:2.5rem}}@media only screen and (max-width: 576px){main{gap:2rem;margin-bottom:2rem}}main #background{display:flex;justify-content:center;align-items:center;height:12rem;min-width:100%;background-color:#011a17}main #background .title{font-size:2rem;color:#fff;font-weight:500}main #content{display:flex;flex-direction:row;margin:0 auto;width:100%;max-width:83.3125rem;padding:0 2rem;justify-content:space-between}@media only screen and (max-width: 992px){main #content{padding-left:0 1.5rem;padding-right:0 1.5rem}}@media only screen and (max-width: 768px){main #content{padding-left:1rem;padding-right:1rem}}@media only screen and (max-width: 360px){main #content{padding-left:.5rem;padding-right:.5rem}}@media only screen and (max-width: 1200px){main #content{flex-direction:column;gap:1.75rem;align-items:center}}main #content #news{display:flex;flex-direction:column;gap:1rem;width:63%}@media only screen and (max-width: 1200px){main #content #news{width:90%}}@media only screen and (max-width: 768px){main #content #news{width:94%}}@media only screen and (max-width: 576px){main #content #news{width:98%}}main #content #news .data{display:flex;flex-direction:column;gap:.67rem}main #content #news .data .title{font-size:2rem}@media only screen and (max-width: 576px){main #content #news .data .title{text-align:center}}main #content #news .data .author{font-size:.9rem;color:#393939}main #content #news .data .author a{color:#333}main #content #news .data .illustration{-o-object-fit:cover;object-fit:cover;border-radius:5px;width:100%;height:auto;object-fit:cover;max-height:25rem}main #content #news .content{line-height:1.3;word-break:break-word}main #content #news .links{margin-top:1.75rem;display:flex;flex-direction:column;gap:0rem}main #content #news .links a[href="/news"],main #content #news .links a[href="/news"]:link,main #content #news .links a[href="/news"]:visited,main #content #news .links a[href$="/edit"],main #content #news .links a[href$="/edit"]:link,main #content #news .links a[href$="/edit"]:visited{color:#357a5d;width:-moz-fit-content;width:fit-content}main #content aside{display:flex;flex-direction:column;width:20rem;gap:1.25rem}@media only screen and (max-width: 1200px){main #content aside{flex-direction:row;justify-content:center}}@media only screen and (max-width: 768px){main #content aside{flex-direction:column;width:100%}}@media only screen and (max-width: 576px){main #content aside{padding-bottom:1rem}}main #content aside .news{display:flex;flex-direction:column;gap:.5rem}@media only screen and (max-width: 576px){main #content aside .news{gap:.5rem}}main #content aside .news img{-o-object-fit:cover;object-fit:cover;border-radius:6px;height:12.5rem;width:100%}main #content aside .news .text-wrapper{display:flex;flex-direction:column;gap:.25rem;width:95%}@media only screen and (max-width: 576px){main #content aside .news .text-wrapper{width:100%}}main #content aside .news .text-wrapper .news-title{font-size:.9rem;color:#333;text-decoration:none;width:-moz-fit-content;width:fit-content}main #content aside .news .text-wrapper .news-title:hover{text-decoration:underline}main #content aside .news .text-wrapper .news-description{color:#3b3b3b;width:85%}main #content aside .news .news-description{font-size:.75rem}main #content aside .news .news-info{font-size:.6rem;word-wrap:keep-all;color:#5f5f5f}main #content aside .news .news-info a{color:#383838;text-decoration:none}main #content aside .news .news-info a:hover{text-decoration:underline}main #content aside .news .news-info .material-icons{font-size:.6rem}main #content aside .wrapper{display:flex;justify-content:flex-end}main #content aside .wrapper a[href="/news"],main #content aside .wrapper a[href="/news"]:link,main #content aside .wrapper a[href="/news"]:visited{color:#357a5d;text-align:right}main #content .separator{content:"";display:block;height:3px;width:100%;color:#d2d2d2;color:red}body.dark main #background{background-color:#3c556d}body.dark main #content #news .data .author{color:#bbb}body.dark main #content #news .data .author a{color:#adadad}body.dark main #content #news .links a,body.dark main #content #news .links a:link,body.dark main #content #news .links a:visited{color:#51a2b6}body.dark main #content #other-news .news .text-wrapper .news-title{color:#eaeaea}body.dark main #content #other-news .news .text-wrapper .news-description{color:#eee}body.dark main #content #other-news .news .news-info{color:#bbb}