/* resizing */
.container, h1 {
  overflow: auto;
  resize: both;
}

h1, code {
  overflow: hidden;
}

code {
  /* resize: both; */
  /* display: inline-block; */
}
