body {
  color: white;
  height: 900px;
  background-image: url("/Poems/The_Arts/Monet.jpg");
  text-align: center;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

h1 {
 font-variant: small-caps;
}

a {
  color: pink;
}

#backdrop {
 position: absolute;
 height: auto;
 width: 350px;
 padding: 10px;
 left: 0;
 right: 0;
 margin: auto;
 background: rgba(0,0,0,.6);
 border-radius: 25px;
}

.nav {
  word-spacing: 20em;
  width: 25%;
  margin: auto;
}

#cred {
 position: fixed;
 bottom: 8px;
 font-size: small;
}