body {
    background: #3e382d url(../images/deskbg.jpg); 
    background-attachment: fixed;
    background-position: center center;
    background-size: 100% auto;
    font-size: 13px;
    }

  
  .flowers1 {
    display: block;
    position: absolute;
    margin-top: 30%;
    margin-left: -5%;
    height: 30vw;
    transform: rotate(45deg);
    z-index: 2;
    
  }

  .flowers2 {
    display: block;
    position: absolute;
    margin-top: 20%;
    margin-left: 80%;
    height: 30vw;
    transform: rotate(-45deg);
    z-index: 1;
    
  }

  
  .watch {
    display: block;
    position: absolute;
    margin-top: -2%;
    margin-left: 71%;
    height: 27vw;
    transform: rotate(-22deg);
    z-index: 1;
    
  }
  
  .watch:hover {
      transform: rotate(-12deg) scale(110%);
  }
  
  .tea {
    display: block;
    position: absolute;
    margin-top: 30%;
    margin-left: 60%;
    height: 30vw;

    z-index: 1;
    
  }
  
 .tea:hover {
      transform: rotate(-5deg) scale(120%);
  }

  .book{
    display: block;
    position: absolute;
    margin-top: -12.5%;
    margin-left: 45%;
    height: 40vw;
    z-index: 1;
    transform: rotate(-55deg)
    
  }
  
  .green-book{
    display: block;
    position: absolute;
    margin-top: -12.5%;
    margin-left: 45%;
    height: 39vw;
    z-index: 0;
    transform: rotate(-50deg)
    
  }

  .book:hover {
    transform: rotate(-42deg) scale(110%);
  }
  
  .brooch {
    display: block;
    position: absolute;
    margin-top: 20%;
    margin-left: 30%;
    height: 30vw;
    z-index: 1;
    transform: rotate(10deg)
    
  }
  
  .brooch:hover {
    transform: rotate(-10deg) scale(116%);
    
  }

  .journal{
    height: 30vw;
    width: 22vw;
    display: block;
    position: absolute;
    margin-top: 1%;
    margin-left: 3%;
    background-image: url(../images/journal.png);
    background-size: cover;
  }

/* 
 .journal{
    height: 25vw;
    width: 20vw;
    display: block;
    position: absolute;
    margin-top: 0%;
    margin-left: 3%;

  } 

  .journal:hover {
    transform: scale(105%);
    
  }  */

  .journal:hover {
    transform: scale(105%);
    
  }

  .journal-text{
    padding-left: 3vw;
    padding-top: 2vw;
    padding-right: 3vw;
    align-items: center;
    color: #625b5a;
    font-size: 2vw;
    font-family: "Quintessential", serif;;

  }

 


  