body {
  background: #f7f2ff;
  font-family: 'Trebuchet MS', sans-serif;
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.container {
  text-align: center;
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  width: 320px;
}

#dino-card img {
  width: 250px;
  height: auto;
  border-radius: 15px;
  margin-bottom: 15px;
}

h1 {
  font-size: 28px;
  margin-bottom: 20px;
}

h2 {
  font-size: 22px;
  margin-top: 10px;
}