.nav{width:670px;margin:auto;display:flex;gap:12px;position:sticky;top:10px;background-color:transparent;animation:fade-in 2.5s ease-in forwards}@keyframes fade-in{0%{opacity:0}to{opacity:inherit}}@media (max-width:480px){.nav{width:88%;padding:.8rem;font-size:1.2rem;gap:15px}}body{height:100%;margin:0;background-color:rgb(245,246,247);font-family:Poppins,sans-serif;cursor:url(/_next/static/media/rest2-cat.cd6d797e.svg),auto}.section,body{display:flex;flex-direction:column}.section{justify-content:flex-start;align-items:flex-start;gap:2rem;width:80%;max-width:680px;background:inherit;border-radius:10px;box-shadow:0 0 0 1px rgba(0,0,0,.05);margin:25px auto;padding:1.5rem;box-sizing:border-box}.section h1{font-size:23px;font-weight:350}.section h1,.section h2{margin:0;text-align:left}.section h2{font-size:16px;font-weight:300}.section ul{font-size:14px;font-weight:280;margin:0;text-align:left;list-style-type:disc}.inner-section{font-size:19px;font-weight:330;line-height:1.6;margin:0;text-align:left;max-width:100%;padding:8px;color:rgb(76,76,76);box-shadow:0 1px 0 rgba(27,31,35,.04),inset 0 1px 0 rgba(255,255,255,.25);border-radius:10px}@media (max-width:480px){.section{width:88%;padding:.8rem}.section h1{font-size:1.2rem}.section p{font-size:.9rem}}.button{padding:10px 16px;border-radius:50px;color:rgb(76,76,76);text-decoration:none;font-size:13px;font-weight:300;transition:all .3s ease;-webkit-user-select:none;user-select:none;gap:6px;box-shadow:0 1px 0 rgba(27,31,35,.04),inset 0 1px 0 rgba(183,183,183,.25)}.button:hover{background-color:rgb(244,244,244);color:rgb(141,141,141);box-shadow:0 1px 2px 0 rgba(0,0,0,.1)}.button:hover,.inner-section a{cursor:url(/_next/static/media/hover-cat.9e4aad9e.svg),auto}.inner-section a{text-decoration:none}.header{width:90%;max-width:700px;margin:0 auto;padding:3rem 1rem;background-color:inherit;animation:slide-down 2s ease-out forwards;box-sizing:border-box}.header div{text-align:left}@keyframes slide-down{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.header h1{margin-top:3rem;font-size:2rem;font-weight:550;margin-bottom:.25rem;color:#333}.header h2{margin-top:1rem;font-size:1rem;font-weight:300;color:rgb(76,76,76)}.box{width:90%;max-width:700px;margin:1rem auto 0;display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap;box-sizing:border-box}@media (max-width:480px){.header{width:92%;padding:2rem .8rem;text-align:center}.header h1{font-size:1.5rem}.header h2{font-size:.9rem}.box{width:100%;justify-content:center;flex-wrap:wrap;gap:12px}.button{font-size:.85rem;padding:8px 12px;margin:4px 0}}