body,html{padding:0;margin:0;font-family:Inter,Arial,sans-serif;background:#ffde17;color:#222;min-height:100vh}*{box-sizing:border-box}a{color:#222;text-decoration:underline;transition:color .2s}a:hover{color:#ffde17;background:#222;text-decoration:none;border-radius:4px;padding:0 4px}button{font-family:inherit;cursor:pointer;border:none;outline:none;background:#ffde17;color:#222;font-weight:700;border-radius:8px;padding:.7rem 2rem;font-size:1.08rem;box-shadow:0 2px 8px rgba(255,222,23,.1);transition:background .2s,color .2s}button:hover{background:#222;color:#ffde17}