<style>

font {
 font-family: 'Open Sans Condensed', sans-serif;
}

h4 {
 font-family: 'Fredericka the Great', cursive;
}

@media (min-width: 320px) {
 .column {
 width: 50%;
 }
 body {
 display: flex;
 width: 357px;
 height: 320 px;
 }
}

.container {
  display: grid | inline-grid;
}


</style>
