@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:#e5e7eb;background:#111827;font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}.layout-header{display:flex;justify-content:space-between;padding:1rem;background-color:#1f2937}.header-button{background-color:#374151;color:#e5e7eb;border:none;padding:.5rem 1rem;border-radius:.25rem;cursor:pointer;text-decoration:none}