.page {
    grid-template: 
        "side main"
        "buttons buttons"
        / 1fr 2fr;
}

aside, .mara {
    background-color: ivory;
}

#buttons {
    grid-area: buttons;
    margin: -10px 0 -5px;
    padding: 0;
    text-align: center;
}