body {
  font-family: 'Courier New', Courier, monospace;
}

.container {
  display:flex;
  justify-content:space-around;
  flex-wrap:nowrap;
  padding-top: 56px;
}

.container img {
  width:100%;
}

.heading {
  text-align: center;
}