body{margin:0}.conteiner{display:grid;align-items:center;font-family:Arial,Helvetica,sans-serif;grid:auto-flow/repeat(auto-fit,minmax(300px,3fr));justify-content:center}@media (min-width:1200px){.conteiner{grid-template-columns:repeat(3,1fr)}}.block{display:flex;justify-content:center;align-items:center;font-size:100px;color:#fff;height:300px}.block:first-child{background-color:red}.block:nth-child(2){background:#c00}.block:nth-child(3){background:#900}.block:nth-child(4){background:#600}.block:nth-child(5){background:#300}.block:nth-child(6){background-color:#000}
/*# sourceMappingURL=main.6bb18cdd.css.map */