body 
  {
    background-image: url("bgpinetrees.gif");
    color: #C0C0C0;
    font-family: Verdana;
    /*background-image: url("Hazelnut.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 80vw;*/
  }


#iconjulian {
  width: 300px;
}

#hazelnut {
  width: 500px;
 transform: rotate(1deg);
   transition: 2s;
}

#hazelnut:hover {
  width: 500px;
 transform: rotate(359deg);
   transition: 2s;
}

#container {
  
  display: flex;
  justify-content: center;
  
  }
  
  #images {
  
  display: flex;
  justify-content: center;
  
  }
  
  #copiedimage {
  transform: rotate(1deg);
   transition: 0.2s;
   position: absolute;
   
  }
  
   #copiedimage:hover {
  transform: rotate(4deg);
  transition: 0.3s; 
  }
  
  .rotate {
    position: absolute;
  }
 
 #NDSROMS {
   
   /*opacity: 0;*/
   position: relative;
   left: 70%;
   transform: translate(-50%, -50%);
  font-size: calc(1rem + 1.75vw);
  color: #800000;
   }
   
   #NDSROMS:hover {
     opacity: 1;
     }