.home{background-color:var(--background);color:var(--text-white);overflow-x:hidden;width:100%}@media(max-width:768px){.home{gap:1rem}}.home section{display:flex;flex-direction:column;gap:1rem}.home section .headerContainer{display:flex;justify-content:space-between;align-items:center;width:100%}.home section .headerContainer a{color:var(--navbar-inactive);text-decoration:none;font-size:1rem;font-weight:600;transition:.3s}.home section .headerContainer a:hover{color:var(--main)}.textSection--highlight{background:var(--background)}.textSection--highlight .textSectionText{color:var(--main);font-weight:600;font-size:1.6rem}@media(max-width:768px){.textSection--highlight .textSectionText{font-size:1.4rem}}@media(max-width:425px){.textSection--highlight .textSectionText{font-size:1.3rem}}.textSection--community{background:var(--background)}.textSection--community .textSectionText{color:var(--text-white);font-weight:500}