body{font-family:Arial,sans-serif;font-style:normal;margin:0}.container{display:flex;flex-wrap:wrap;font-size:100px;color:#fff}.block{display:flex;justify-content:center;align-items:center;flex-grow:1;flex-shrink:0;flex-basis:300px;height:300px;text-align:center}.block-1{background-color:red}.block-2{background-color:#c00}.block-3{background-color:#900}.block-4{background-color:#600}.block-5{background-color:#300}.block-6{background-color:#000}@media (max-width:599px){.block{flex-basis:100%}}@media (min-width:600px) and (max-width:899px){.block{flex-basis:50%}.block-3{order:1}.block-5,.block-6{order:3}}@media (min-width:900px){.block{flex-basis:33.33%}.block-3{order:0}.block-4{order:2}.block-5{order:1}}
/*# sourceMappingURL=style.79a79d3d.css.map */