body {
  font-family: 'Arial', sans-serif;
  text-align: center;
  background-color: #f0f8ff;
  padding: 50px;
}

#mood-image-container {
  display: flex;
  justify-content: center; /* 中央揃え */
  margin: 20px 0;
}

#mood-image {
  max-width: 80%;
  height: auto;
}

button {
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  background-color: #008cba;
  color: white;
  border: none;
  border-radius: 5px;
}

img {
  max-width: 80%;
  margin-top: 20px;
}

#result {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#result img {
  max-width: 80%;
  height: auto;
}
