html {
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/8/80/Tea_bags.jpg);
	background-size: cover;
	font-family: 'Monda', sans-serif;
    background-repeat: no-repeat;
  width: 100%;
  height:100%;
}
.navigation a {
  float: none;
  color: green;
  padding: 5px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  text-align: left;
  border-bottom: 2px solid hsla(360, 100%, 100%, 0);
  font-size: 15px;
  margin-left: 25px;
  width: 200px;
}
.navigation a:hover{
  color:red;
}
.sources{
  color:green;
  display: inline-block;
  margin-left: 25px;
}
h1 {
  color: green;
  display: block;
  font-size: 50px;
  text-align: left;
}
