html,
body {
  margin: 0;
  padding: 0;
  background: #000;
}

#heading {
  text-align: center;
  font-size: 50px;
  color: #ddd;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  position: relative;
  top: 30px;
}

h2 {
  font-size: 25px;
}

.wrapper {
  width: 50%;
  margin: auto;
}

.icon {
  width: 50%;
  height: 80px;
  margin: auto;
  text-align: center;
  position: relative;
  top: 50px;
}

.container {
  width: 50%;
  height: auto;
}

#currentLocation {
  width: 100%;
  height: 150px;
  margin: auto;
}

#currentLocation h3 {
  font-size: 35px;
  text-align: center;
  line-height: 200px;
}

.tempratureDiv {
  width: 80%;
  height: 150px;
  margin: auto;
  text-align: center;
  color: #ddd;
}

hr {
  height: 10px;
  color: #000;
}

#tempDiv,
#humidity_Div {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}

#temp:hover {
  cursor: pointer;
}

span {
  font-size: 25px;
}

.tempratureDiv .fa {
  font-size: 35px;
}

#air_div {
  width: 100%;
  text-align: center;
}
