body {
  background-color: #f4f4f4;
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.container {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.highlight {
  color: #2ecc71; /* Green */
  font-weight: bold;
}

.image-box {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 10px;
}

img {
  max-width: 150px;
  height: auto;
}
