.footer{width:100%;text-align:center;color:#fff;padding:1rem 0;font-size:1rem;letter-spacing:1px;animation:fadeIn 2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}body::-webkit-scrollbar{width:.4em}body::-webkit-scrollbar-thumb{background-color:#0369a1;border-radius:25px;max-height:2px}