div.grid {
    display: grid;
    width: 100%;
    justify-content: space-around;
    grid-auto-flow: column;
    align-items: center;
}
