body {
  background: url('images/clear.jpg') no-repeat center center fixed;
  background-size: cover;
}

.weather-container {
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(10px); 
  border-radius: 15px;
  padding: 2rem;
  margin-top: 2rem;
}

.info-card {
  background: rgba(255,255,255,0.8);
  border-radius: 10px;
}
.weather-body{
  color:#312f2f
}
.info-icon {
  width: 40px;
  height: 40px;
}