html {
	background-image: url("../img/guitar.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
	width: 100vw;
	background-size:cover;
  	background-attachment: scroll;
}

a, a:hover {
	text-decoration:none;
	color:white;
	font-family: Tahoma, Geneva, sans-serif;
}