.main,.not_found{display:grid}.not_found{place-content:center;align-items:center;min-height:calc(100vh - 75px)}.not_found h1{font-size:44px}.not_found img{width:400px;max-width:100%;height:auto}.landing_main{display:grid;grid-template-columns:1fr;place-content:center;align-items:center;grid-gap:40px;gap:40px;padding:20px 50px;min-height:calc(100vh - 75px);max-width:1400px;margin:auto}.landing_main div{display:grid;grid-gap:40px;gap:40px}.landing_main div h1{font-size:44px}.landing_main div p{font-size:18px}.landing_main div div{display:flex;gap:20px}.landing_main img{width:500px;height:auto;max-width:100%}@media(min-width:900px){.landing_main{grid-template-columns:2fr 1fr;height:calc(100vh - 70px)}}