:root{--primary-color:#333;--secondary-color:#666;--background-color:#fff;--text-color:#333;--link-color:inherit;--nav-height:100px}*{box-sizing:border-box}*,body,html{padding:0;margin:0}body,html{overflow:hidden}body{color:var(--text-color);background:var(--background-color);max-width:480px;margin:0 auto;line-height:1.4}body,h1,h2,h3,h4,h5,h6{font-family:Times New Roman,Times,serif}h1,h2,h3,h4,h5,h6{font-size:inherit;margin-bottom:20px}p{margin-bottom:1rem}p:last-of-type{margin-bottom:0}a{color:var(--link-color);text-decoration:none;cursor:pointer}a:hover{text-decoration:underline}article{display:flex;flex-direction:column;gap:1rem;margin-bottom:40px}article:last-of-type{margin-bottom:0}article .links{display:flex;flex-direction:column;gap:.5rem}input[type=email],input[type=password],input[type=text]{width:100%;padding:.5rem;border:none;box-shadow:0 0 30px 0 rgba(0,0,0,.1);transition:box-shadow .3s ease}input[type=email]:focus,input[type=password]:focus,input[type=text]:focus{outline:none;box-shadow:0 0 40px 0 rgba(0,0,0,.3)}button,input[type=submit]{width:100%;padding:.5rem;background-color:var(--text-color);border:none;color:var(--background-color);box-shadow:0 0 30px 0 rgba(0,0,0,.1)}