﻿body > header {
    grid-area: header;
    background-color: slategrey;
}

body > footer {
    background-color: slategrey;
}