body {
    font-family: trebuchet ms;
	color: #a74310;
	background-color: white;
	margin: 5px;
	background: url('./images/bird.jpg') no-repeat center fixed;
        background-size: cover;
        width: 100%;
        height: auto;
}



 a {
    text-decoration:none;
    font-weight:bold;
    margin: 5px;
    color: #a74334;
    font-family: trebuchet ms;
  }
  
  a:hover {
      text-decoration: underline;
  }
