body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background-color: #f0f0f0;
    overflow: hidden;
  }

.signature{
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  bottom: 2px;
  left: 2px;
}

  .text {
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    font-family: Arial, sans-serif;
    color: #8d8d8d;
    z-index: 5;
  }

    #textIphone {
    opacity: 0%;
    transition: opacity 0.4s cubic-bezier(.17, .25, .69, .99);
  }

  #textrapier {
    opacity: 0%;
    transition: opacity 0.4s cubic-bezier(.17, .25, .69, .99);
  }

  #textsamsungtv {
    opacity: 0%;
    transition: opacity 0.4s cubic-bezier(.17, .25, .69, .99);
  }

  .toptitle {
    position: fixed;
    top: 9px;
    left: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 45px;
    word-wrap: normal;
    line-height: 30px;
    width: 300px;
  }

  .bottomtitle {
    position: fixed;
    bottom: 15px; 
    right: 6px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    font-size: 45px;
    word-wrap: normal;
    line-height: 30px;
    width: 400px;
  }
  
  #container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 94%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*
  #quad {
    background-color: rgba(52, 152, 219, 0.5);
    border: #2980b9; 
    border-width: 2; 
  }
  */

  /*
  .box {
    background-color: aqua;
  }
  */ 

  #box1 {
    width: 110px;
    height: 80px;
    /*
    background-color: #3498db;
    */
    position: absolute;
    cursor: grab;
    border-radius: 8px;
    z-index: 2;
  }

  #box2 {
    width: 80px;
    height: 80px;
    /*
    background-color: #3498db;
    */
    position: absolute;
    cursor: grab;
    border-radius: 8px;
    z-index: 2;
  }

  .box img{
    pointer-events: none;
    user-select: none; /* Prevent text selection */
    -webkit-user-select: none; /* For Safari */
    -moz-user-select: none; /* For Firefox */
    -ms-user-select: none; /* For older versions of IE */
    z-index: 3;
    position: absolute;    
  }
  
  #toplefthand{
    /*topleft*/
    height: 95px;
    top: -10px;
   
    left: -20px;
   

  }

  #bottomrighthand{
    /*bottomright*/
    width: 95px;
    top: -28px;
    left: -7px;
    
  }

  #iphone5 {
    position: absolute;
    width: 44px;
    top: 42px;
    left: 55px;
    opacity: 0%;
    transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  #rapier {
    position: absolute;
    height: 90px;
    top: 5px;
    left: 55px;
    opacity: 0%;
    transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  #samsungtv {
    position: absolute;
    height: 380px;
    top: 15px;
    left: -23px;
    opacity: 0%;
    transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  
  

  
  svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  /*
  #iphone {
    /*
    align-items: center;
    justify-content: center;
    top: 5px
    left 30px;
    * /
    
    z-index: 3;
    width: 40px;
  }
    */
  