main {
    overflow: hidden /*helps keep the footer at the bottom of the page*/
}
footer {
    padding: 2rem;
    text-align: center;
    background: var(--dg-navier-900);
    color: var(--dg-white);

}
