body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background-color: black;                                                     /*placeholder*/
  background-image: url('');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  color: #596020;
  font-family: papyrus;
  transition: background-color 1.5s ease, color 1.5s ease;
}
