body{
  background-image: url("https://wallpaperstream.com/wallpapers/full/autumn/Autumn-Leaves-HD-Wallpaper.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

#header {
  background: #8A0100;
  color: white;
  padding: 0 16px;
  display: inline-block;
  width: 100%;
  margin-top: 0;
  box-shadow: 0px 2px 5px #4f0100;
}
  .left, .right {
    display: inline-block;
  }

  .left, .right {
    width: 20%;
  }

  .navbar {
    width: 60%;
    display: inline-block;
  }

  .left {
    float: left;
  }

  .right {
    text-align: right;
    float: right;
    line-height: 80px;
    vertical-align: bottom;
  }
  
  a{
    color: white;
  }
  #city{
    padding: 1%;
  }

#condition{
  text-align: center;
  color: white;
}
#container {
  background: rgba(138,1,0,0.5);
  display: block;
  width: 35%;
  margin: 48px auto;
  margin-top: 80px;
  min-height: 250px;
  padding: 24px;
  border-radius: 25px;
  box-shadow: 2px 2px 5px #4f0100;
  }

  a{
    color: white;
    }
   

  .center-text {
  text-align: center;
  color: white;
}

  fieldset{
    text-align: center;
    color: white;
    font-weight: bold;
  }  
label{
  margin:1em -.5em;
  padding: 2%;
  
}
label:hover{
  height:auto;
}
}