body {
	background-color: black;
	background-image: url('./the-maine-coast.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-size: 100%;
}

h1 {
    color: white;
    text-shadow: 2px 2px 1px black;
    margin: 20px;
    text-align: center;
}

p {
	color: white;
    text-shadow: 2px 2px 1px black;
}

.footer {
  	padding: 10px;
    position: fixed;
	bottom: 0;
	left: 0;
}