.menu-box {
    background: #ed1c24;
    box-shadow: 0px 3px 6px 1px white;
    min-width: 150px;
    height: 65px;
    font-size: 1.15rem;
}

.menu-box:hover {
    box-shadow: 0px 3px 6px 1px white;
}

.top-box {
    border-bottom: 20px solid #f8a619;
}

.footer-description, footer a {
	color: orange;
}