.weather * {
  font-family: "Lora", cursive;
  font-size: 16px;
}

.mainweather {
  width: 400px;
  height: 500px;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10vh;
}

.searchdiv {
  display: flex;
  margin-bottom: 20px;
}

.weather h1 {
  font-size: 1.5rem;
}

.weather h2 {
  font-size: 1.1rem;
}

.location {
  display: flex;
  justify-content: center;
  align-items: center;
}

.info {
  display: flex;
  justify-content: center;
  align-items: center;

  flex-direction: column;
}

.location {
  display: flex;
  align-items: center;
  justify-content: center;
}

.middle .weather {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: rgba(49, 45, 45, 0);
}

.humidity {
  display: flex;
  justify-content: center;
  align-items: center;
}

.middle {
  display: flex;
  justify-content: space-between;
}

.infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.forecastcontainer {
  display: flex;
  gap: 20px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.forecastitem {
  min-width: 130px;
  flex: 0 0 auto;
}

.forecastcontainer::-webkit-scrollbar-track {
  display: none;
}

.forecastcontainer::-webkit-scrollbar {
  height: 10px;
}

.forecastcontainer::-webkit-scrollbar-thumb {
  background: rgb(0, 0, 0, 0.5);
}

.forecastitem {
  min-width: 130px;
}

.searchingImg {
  height: 200px;
  width: fit-content;
}

.searching {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}

#mainImg {
  width: 150px;
}

.iconn {
  width: 30px;
}
