footer {
    width: 900px;
    background-color: #800000;
    color: white;
    padding: 0px;
    margin: 0 auto;
}

.footer-navbar {
    font-family: Arial, sans-serif;
    margin-bottom: 5px;
}

.footer-nav-line {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0px;
}

.footer-nav-line a {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
}

.order-link {
    font-size: 2.7em;
    color: #FFD700; /* or any other color that stands out */
}

.footer-nav-line a:hover {
    text-decoration: underline;
}

.footer-columns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footer-column {
    flex: 1;
    padding: 0px;
}

.footer-column img {
    display: block;
    margin: 0 auto;
}

.footer-column p {
    margin: 0px 0;
}

.footer-column a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

.footer-column a:hover {
    text-decoration: none;
}

.footer-copyright {
    text-align: center;
    font-size: 1.0em;
}

.button {
  margin: 5px 20px;
   /* optional, but helps prevent inline weirdness */
}
