@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap);*{padding:0;margin:0;box-sizing:border-box}body{display:grid;font-family:"Roboto",sans-serif;min-height:100vh;font-size:2rem;margin:30px}.container{height:80vh;width:50vh;background-color:#000;border-radius:1rem;padding:1rem;display:flex;justify-content:center}.wrapper{display:grid;height:100%;width:100%;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(6,1fr);grid-gap:10px;gap:10px}.screen{grid-column:1/-1;color:#fff;text-align:right;padding:.5rem;font-size:4rem;overflow:hidden}.btn{display:grid;place-content:center;background-color:#363434;border-radius:50%;color:#fff;cursor:pointer;font-weight:700}.btn:hover,.light-gray{background-color:grey}.light-gray{color:#000}.light-gray:hover{background-color:#fff}.orange{background-color:orange}.orange:hover{background-color:#fff;color:orange}.zero{grid-column:1/span 2;border-radius:25px;place-content:unset;align-items:center;padding-left:2rem}p{margin:2rem 0;font-size:1.2rem}#quote{display:flex;justify-content:center;margin:12rem 0}.p-quote{max-width:80vw;font-size:3rem;text-align:center}.lets-do p{font-size:4rem}ul{display:flex;list-style-type:none}ul li{margin:0 1rem;font-size:1.2rem}#NavBar_title__ce9R0{font-size:3vw}.NavBar_activelink__3QzlS{color:#ff4500;text-decoration:underline}.NavBar_navBar__30vnS{display:flex;justify-content:space-between}
/*# sourceMappingURL=main.2a9e5f5b.chunk.css.map */