* {
  text-align: center;
}
body {
  -ms-overflow-style: none;
}
::-webkit-scrollbar {
  display: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  /* background-color: beige; */
}
#cityName {
  margin-bottom: 10px;
  display: none;
  justify-content: center;
  text-align: center;
  font-size: 300%;
  width: 100%;
  height: 60%;
}
.top {
  height: 50vh;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hourly-forecast {
  font-size: 20px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  min-width: 100px;
  height: 120px;
  padding: 0px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.middle {
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  height: 30vh;
}

.bottom {
  height: 15vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.bottom > a {
  text-decoration: none;
  color: blue;
  font-size: 30px;
  width: 100px;
  height: 100px;
  border-radius: 18px;
  opacity: 70%;
  border: none;
  z-index: 1;
}

.top-box_1 {
  width: 100%;
  height: 40%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.temperature {
  width: 100%;
  height: 40%;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.locations {
  opacity: 30%;
  display: flex;
  justify-content: center;
  font-size: 20px;
  width: 20%;
  height: 40%;
  border-radius: 20px;
  text-align: center;
}

#weather-now {
  maring-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  width: 100%;
  height: 100%;
}
.temperature-now {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  height: 70%;
  width: 100%;
}

.temperature-sub {
  height: 30%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.temperature-sub > div {
  font-size: 20px;
  margin: 20px;
}

.hourly-forecast > img {
  width: 50px;
  height: 50px;
}

.hourly-forecast > p {
  margin-top: 10px;
  margin-bottom: 10px;
}
