<!doctype html><style>
* {
outline: 1px solid black;
}
html {
background: white;
}
body {
display: grid;
grid-template-columns: 1fr [content-start] 500px [content-end] 1fr;
background: wheat;
}
main {
grid-column: content;
background: pink;
}
</style><body><main><div id="item">Smartphones