body {
  background-image: url("wood.png");
  background-size: cover;
  background-attachment: fixed;
}

.container {
    position: relative;
    width: 100%;
    height: 110vh;
    overflow: hidden;
} /* this container is used to make the page scrollable */

.wrapper {
  position: relative;
  transform: translate(40px, 10px); 
} /* this wrapper is used to let everything be moved together */

#logo {
  width: 80%;
  display: block;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}


#nikon {
  position: absolute;
  width: 35%;      
  top: -5%;
  right: -5%;
  z-index: 2;
  transform: rotate(210deg);
}

#notebookEmpty {
  position: absolute;
  width: 50%;      
  top: 25%;
  left: 0%;
  z-index: 2;
}

#acww {
  position: absolute;
  width: 10%;      
  top: 3%;
  left: 3%;
  z-index: 2;
  transform: rotate(20deg);
}

#wallet {
  position: absolute;
  width: 40%;      
  top: 20%;
  right: 0%;
  z-index: 2;
}