body, html{
  color: #FFFFFF;
  background-color: #363636;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h1{
  font-size: 3.5em;
  font-weight: bold;
}

.weather{
  padding-top: 40px;
}

span{
  font-size: 2.5em;
}

#clouds{
  font-size: 2em;
}

.container{
  padding-top: 50px;
}

button{
  background-color: transparent;
  border: none;
  color: #FFFF00;
}

div > img{
 height: 70px;
}