body {
  font-family: Arial, sans-serif;
  text-align: center;
  background: #f4f6f8;
  margin: 0;
  padding: 20px;
}

h1 {
  margin-bottom: 5px;
}

.image-box {
  margin-top: 20px;
}

img {
  max-width: 320px;
  border-radius: 10px;
  margin-top: 10px;
  transition: 0.3s;
}

.buttons {
  margin-top: 20px;
}

button {
  margin: 5px;
  padding: 10px 12px;
  border: none;
  border-radius: 8px;
  background: #3498db;
  color: white;
  cursor: pointer;
}

button:hover {
  background: #217dbb;
}
