body {
  font-family: 'Arial', sans-serif;
  background: #e0f7fa;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  text-align: center;
  width: 300px;
}

input, button {
  padding: 10px;
  margin-top: 10px;
  width: 80%;
  border: 1px solid #ccc;
  border-radius: 8px;
}

button {
  background-color: #00796b;
  color: white;
  cursor: pointer;
  margin-top: 15px;
}

.weather-box {
  margin-top: 20px;
  font-size: 18px;
}
