body {
  font-family: sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  transform: scale(0.9);
  transform-origin: top center;
}

#title {
  font-size: 48px;
  color: blue;
  margin: 20px 0;
}

#container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#left-panel {
  background-color: pink;
  width: 50%;
  padding: 20px;
}

#right-panel {
  background-color: white;
  width: 50%;
  padding: 20px;
  text-align: left;
}

#right-panel h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

#controls {
  margin-top: 20px;
}

button {
  margin: 0 10px;
  padding: 10px 20px;
  font-size: 18px;
}

#history {
  margin-top: 10px;
  font-size: 34px;
  line-height: 1.6;
}