The footer isn't displaying right at the bottom of the page. How can I fix this?
/* FOOTER */
#footer {
position: relative;
bottom: 0;
background-color: black;
color: white;
width: 100%;
height: 5.5rem;
margin-left: -8px;
padding-right: 16px;
bottom: -8px;
}
<footer id="footer">
</footer>