My favorite css code for footer
Check out this awesome reference. :)
<footer
style={{
fontSize: `.8rem`,
position: `fixed`,
left: `0`,
bottom: `0`,
width: `100%`,
backgroundColor: `aqua`,
textAlign: `center`,
}}
>
Copyright. Dr. Helmbrecht 2001
</footer>
Thank you always, W3Schools!