.info{
    grid-row: 1/2;
    grid-column: 2/-1;
}

.navigator{
    grid-row: 2/3;
    grid-column: 2/-1;
    border-top: 1px solid #fff;
}