.homePage-background{background-image:url(/images/startpage.png);background-position:50%;background-size:cover;grid-template-columns:1fr 1fr;width:100vw;height:100vh;display:grid;overflow:hidden}@media only screen and (max-width:768px){.homePage-background{display:none!important}}.homePage-left-side{flex-direction:column;justify-content:center;align-items:center;margin-right:10%;display:flex}.homePage-right-side{background-image:url(/images/dots.svg);background-position:100%;background-repeat:no-repeat;background-size:75%;margin-top:8%;margin-right:5%;display:block}.homePage-mobile{display:none}@media only screen and (max-width:768px){.homePage-mobile{background-image:url(/images/startpage.png);background-position:50%;background-size:cover;grid-template-rows:1fr 1fr;justify-content:center;align-items:center;width:100vw;height:100vh;display:grid}.homePage-mobile .homePage-mobile-top-half{justify-content:flex-start;align-items:center;margin-bottom:20%;display:flex}.homePage-mobile .homePage-mobile-top-half .homePage-title{font-size:3.5rem}}@media only screen and (max-width:768px) and (max-width:600px){.homePage-mobile .homePage-mobile-top-half .homePage-title{font-size:3rem}}@media only screen and (max-width:768px){.homePage-mobile .homePage-mobile-bottom-half{flex-direction:column;justify-content:flex-end;align-items:center;margin-top:20%;display:flex}}.homePage-title{font-family:var(--font-bebas),Arial,Helvetica,sans-serif;color:var(--foreground);text-align:center;font-size:7rem}@media only screen and (max-width:768px){.homePage-title{font-size:4rem}}@media only screen and (max-width:600px){.homePage-title{font-size:4rem}}.homePage-title .homePage-title-highlight{color:var(--color-highlight)}
