body {
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(to right, #2193b0, #6dd5ed);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.container {
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
  max-width: 400px;
  width: 100%;
}

.search-box {
  margin-bottom: 20px;
}

input {
  padding: 10px;
  width: 70%;
  border: none;
  border-radius: 8px;
}

button {
  padding: 10px 20px;
  margin-left: 10px;
  background-color: #00c6ff;
  border: none;
  border-radius: 8px;
  color: white;
  cursor: pointer;
}

.weather-info {
  margin-top: 20px;
}

.weather-info img {
  width: 80px;
}
