#order {
    align-items: center;
    display:block;text-align: center;
    font-size: 32px;
    color: red;
}
#order:hover {
    color: blue;
    font-size: 42px;
}
.beef {
    width: auto;
    height: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#home {
    font-size: 32px;
    color: red;
    align-items: center;
    display:block;text-align: center;
}
#home:hover {
color: blue;
font-size: 42px;
}
footer {
    color: greenyellow;
    font-size: 24px;
    text-align: center;
}