body, html {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  height: 100%;
  background: linear-gradient(135deg, #f6d365, #fda085);
}

.background-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
  background: url('https://i.pinimg.com/1200x/7a/76/1d/7a761d0c69df3858fceff11ef8708f48.jpg') no-repeat center center;
  background-size: cover;
  backdrop-filter: blur(5px);
}

.weather-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 25px;
  padding: 30px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.weather-card h1 {
  color: #ff6b81;
}

.weather-img {
  width: 80px;
  height: 80px;
}
