body{margin:0}.block{display:grid;grid-template-rows:repeat(1,300px)}@media (min-width:450px){.block{grid-template-rows:repeat(1,300px);justify-content:stretch}}@media (min-width:500px){.block{grid-template-rows:repeat(2,300px);grid-template-columns:repeat(2,300px);justify-content:stretch}}@media (min-width:700px){.block{grid-template-rows:repeat(3,300px);grid-template-columns:1fr 1fr;justify-content:stretch}}@media (min-width:900px){.block{grid-template-rows:repeat(2,300px);grid-template-columns:1fr 1fr 1fr}}@media (min-width:4096px){.block{grid-template-rows:repeat(2,300px);grid-template-columns:1fr 1fr 1fr;justify-content:stretch}}.block__cell{height:300px;line-height:300px;min-width:300px;font-size:100px;color:#fff;font-family:Arial,Helvetica,sans-serif;text-align:center}.block__cell--1{background-color:red}.block__cell--2{background-color:#c00}.block__cell--3{background-color:#900}.block__cell--4{background-color:#600}.block__cell--5{background-color:#300}.block__cell--6{background-color:#000}
/*# sourceMappingURL=main.454c5d62.css.map */