body {
  min-height: 100vh;
}

#weatherResult {
  transition: opacity 0.3s ease;
}
.card {
  border-radius: 1rem;
}

.display-6 {
  font-weight: 600;
}
