	body {
		background-color: green;
		font-family: Arial;
		background-image: url('da-images/petz.jpg');
	  background-attachment: fixed;
 background-size: 100% 100%;
	}
	
	p {
		font-family: Verdana;
		width: 80%;
			background-color: rgba(255, 255, 255, 0.5);
	}
	
	
	
	h1, h2, h3 {
		font-family: Helvetica, sans-serif;
		text-align: center;
		color: #598a2f;
		background-color: rgba(255, 255, 255, 0.5);
	}
	
	ul {
	    font-size: 50px;
	      list-style-type: none;
	}
	li {
	    float: left;
	padding: 14px 16px;
	}
	a {
		color: #1ec74b;
		font-weight: bold;
		font-family: Verdana;
	}

	a:hover {
	font-style: italic;
	color: #36a353;
	}

img {
  margin: 100px;
  align-items: center;
}
