.weather-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background: #222;
  background-image: "";
  font-size: 120%;
  border-radius: 10px;
  height: 630px;
}

.weather-card {
  background: #000000d0;
  color: white;
  padding: 2em;
  border-radius: 30px;
  width: 100%;
  max-width: 420px;
  margin: 1em;
}

.weather-flex {
  display: flex;
  align-items: center;
}

.weather-description {
  text-transform: capitalize;
  margin-left: 8px;
}