body,
html {
  height: 100%;
  margin: 0;
}
@media only screen and (max-width: 600px) {
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  height: 100%;
}

#city {
  max-width: 20vw;
  min-width: 15vw;
  padding: 5px;
  border: none;
  border-radius: 5px;
  outline: none;
  text-transform: capitalize;
}

#icon {
  font-size: 30px;
}

#getwether {
  cursor: pointer;
  padding: 5px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #0091ad;
  height: 65vh;
  max-width: 25rem;
  min-width: 20rem;
  border-radius: 10px;
}

.temp {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

#des {
  font-size: 10px;
}
.img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#wimg {
  filter: drop-shadow(2px 5px 4px #4a4a4b);
  height: 90px;
  margin: 5px;
}

.extra {
  width: auto;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.wind .humidity {
  display: flex;
  /* flex-direction: row; */
}
.wind {
  margin-right: 60px;
  margin-top: 30px;
}
.humidity {
  margin-left: 60px;
  margin-top: 30px;
}

.etext {
  font-size: small;
}
