body {
  font-family: 'Noto Sans', sans-serif;
  background-color: #09a1c9;
  color: white;
}
#main {
  font-size: 82px;
}
.mainwrapper {
  height: 100%;
  width: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
}
#weatherDescription {
  position: fixed;
  margin-top: 160px;
  text-align: center;
}
