.layout_main__c01HY{display:grid;grid-template-rows:100px 1fr;background-color:white;grid-column-gap:20px;column-gap:20px;grid-row-gap:20px;row-gap:20px;width:100vw}.layout_main__c01HY>section{padding:32px}.sidebar_nav__1ul2s{display:grid;grid-template-columns:repeat(3,1fr);padding:32px;position:relative;justify-items:center;grid-gap:20px;margin:auto}.sidebar_nav__1ul2s>div{margin:8px 0;cursor:pointer;border-radius:10px;padding:12px 20px;align-self:center;text-decoration:none;text-align:center;font-size:14px;font-weight:600;letter-spacing:.025em;transition:all .125s ease;max-width:150px}@media screen and (max-width:480px){.sidebar_nav__1ul2s>div{font-size:24px}}.problemCard_cardContainer__05qCg{display:grid;max-width:300px;font-size:24px}.problemCard_cardContainer__05qCg .problemCard_cardTitle__zVZue,.problemCard_cardContainer__05qCg .problemCard_problemNumber__Bfr99{margin:0}.problemCard_cardContainer__05qCg .problemCard_problemStatement__a5AGO{max-width:300px;font-size:24px}.EulerProject_container__DZEXj{display:grid;grid-template-areas:"header" "description" "problemGrid";margin-left:20px;margin-right:20px;place-items:center}@media screen and (max-width:480px){.EulerProject_container__DZEXj{width:100%}}.EulerProject_container__DZEXj .EulerProject_title___zShZ{text-align:center;font-size:30px}.EulerProject_container__DZEXj .EulerProject_description__IuMi3{grid-area:description;margin-top:20px;margin-bottom:20px;max-width:700px;place-self:center;font-size:26px}@media screen and (max-width:480px){.EulerProject_container__DZEXj .EulerProject_description__IuMi3{font-size:28px;margin-left:20px;margin-right:20px}}.EulerProject_container__DZEXj .EulerProject_problemGrid__7_jCF{grid-area:problemGrid;display:grid;grid-template-columns:repeat(3,33.33%);grid-row-gap:30px;row-gap:30px;grid-column-gap:30px;column-gap:30px;padding-top:20px;padding-left:50px;padding-right:50px}