body {
  margin: 0;
  padding: 0;
  background-color: #f5e4c3;
  font-family: 'Press Start 2P', cursive;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  color: #1d1d1d;
}

.container {
  text-align: center;
}

.robot {
  width: 200px;
  max-width: 80%;
  image-rendering: pixelated;
}

.label {
  margin-top: 20px;
  font-size: 14px;
  color: #2c2c2c;
}
