#controls {
  display: flex;
  flex-direction: row;
  width: 100%;
}
#controls button {
  width: 100%;
  height: 40px;
  font-size: 40px;
}
#img-container {
  text-align: center;
}