html {
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/2/24/Tea_plantation_picking.JPG);
	background-size: cover;
	font-family: 'Monda', sans-serif;
   background-repeat: no-repeat;
  width: 100%;
  height:100%;
}
.text{
  color:green;
  background-color: white;
  opacity: .85;
  padding: 10px;
  width: 600px;
  height:300px;
  overflow: scroll;
  margin-top: 25px;
  overflow-x: hidden;
  margin-left: 25px;


}
.navigation a {
  float: none;
  color: white;
  padding: 5px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  text-align: left;
  border-bottom: 2px solid hsla(360, 100%, 100%, 0);
  width:200px;
  margin-left: 25px;
}
.navigation a:hover {
  color:red;
}
h1 {
  color: green;
  text-align: left;
}