body {
  font-family: Arial, sans-serif;
  background: #4facfe;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.app {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 300px;
}

input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
}

button {
  width: 100%;
  padding: 8px;
  background: #4facfe;
  color: white;
  border: none;
  cursor: pointer;
}

#weatherResult {
  margin-top: 15px;
}
