body {
  font-family: Arial, sans-serif;
  background: #1e1e2f;
  color: white;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.container {
  text-align: center;
  background: #2a2a40;
  padding: 30px;
  border-radius: 10px;
}

input {
  padding: 10px;
  width: 220px;
  border: none;
  border-radius: 5px;
}

button {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 5px;
}

#weather {
  margin-top: 20px;
}
