body {
  background-image: url(./forest_pixels.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-color: rgb(59, 58, 66);
  color: rgb(36, 33, 39);
  font-family: Verdana;
}

.staircase {
  background-color:rgba(172, 157, 139, 0.377);
}

main {
  background-color:rgba(172, 157, 139, 0.377);
}

.sites {
  background-color:rgba(172, 157, 139, 0.377);
}

.credits {
  background-color:rgba(172, 157, 139, 0.377);
}