@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");:root{--background-light:#fafafa;--text-light:#333;--primary-light:#0070f3;--background-dark:#121212;--text-dark:#eaeaea;--primary-dark:#79b8ff}html.light{background-color:var(--background-light);color:var(--text-light)}html.dark{background-color:var(--background-dark);color:var(--text-dark)}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%}body{margin:auto;max-width:500px;display:flex;flex-direction:column;align-items:center;font-family:ui-sans-serif,sans-serif;font-size:16px;line-height:1.75;transition:background-color .3s,color .3s}.container{max-width:800px;margin:0 auto;padding:2rem;text-align:center}.button{padding:.5rem 1rem;margin-bottom:2rem;border:1px solid;background:transparent;cursor:pointer;transition:background-color .3s}.button:hover{background-color:rgba(0,0,0,.1)}.header_header__Awatn{margin-top:20px;margin-bottom:100px;top:0;left:0;width:100%;max-width:750px;display:flex;justify-content:space-between;align-items:center}.header_header__Awatn a{margin-right:10px;text-decoration:none;color:var(--text-light)}.header_header__Awatn nav a:hover{text-decoration:underline}.header_header__Awatn button{padding:10px;text-decoration:none;border:none;background:none}.header_header__Awatn button:hover{cursor:pointer;border-radius:10px;background-color:#e6e6e6}.footer_footer__PZD4d{display:flex;flex-direction:column;font-size:smaller;bottom:0;left:0;width:100%;text-align:center;padding:1rem}.footer_footerLinks__khjBW{margin:25px 0;display:flex;align-items:center;justify-content:space-evenly}.footer_footerLinks__khjBW a{color:var(--text-light);text-decoration:none}.footer_footerLinks__khjBW a:hover{text-decoration:underline}