main {
    display: grid;
    background: red;
}

div {
    background: yellow;
    padding: 0.25rem;
}