/* Navigation Bar */

.header-border {
    border-bottom: 1px solid lightgrey;

}


/* Body */

.content {
    min-height: 100vh;

}


/* Footer */

.footer {
    margin-top: auto;
    display: grid;
    justify-content: center;
    align-items: end;
    background-image: linear-gradient(to right, rgb(235,210,0), rgb(190,165,0));
    height: 100px;
    bottom: 0;

}






