body, html{
  width: 100%;
  height: 100%;
  background-image: url('http://mulan.info/wp-content/uploads/2018/08/field-grass-2-wallpapers-beautiful-cloud-grass-nature-sun-two-trees-in-a-field-field-tree-hd-of-field-grass-2-wallpapers.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header h1{
  text-align: center;
  font-family: Passion One;
  font-size: 5em;
  color: white;
  text-shadow: 5px 5px #000000;
}

.weather-degrees
{
  text-align: center;
  margin:10px auto auto auto;
}

#icon, #temp
{
  display: inline-block;
  font-size: 3em;
  color: white;
  font-family: Passion One;
  text-shadow: 1px 1px #000000;
}

.weather-info{
  text-align: center;
  margin:10px auto auto auto;
}
#location, #condition
{
  display: inline-block;
  font-weight: bold;
}

.panel-box{
  border: 2px solid #ffffff;

  padding: 2% 1% 2% 1%;
  margin: auto auto 0.7% auto;
  background-color: #ffffff;
  border-radius: 0.5em;
  box-shadow: .2em .2em .2em #000000;
  opacity: 0.7;
}

.footer{
  text-align: center;
  margin:10px auto auto auto;
  font-family: Passion One;
  font-size: 1.2em;
}
