body {
  background-color: AntiqueWhite;
  color: MidnightBlue;
}
@media (min-width: 30em) {
    .row { width: 100%; display: table; table-layout: fixed; }
    .col { display: table-cell; }
}