.top{
    position: relative;
    
    text-align: center;
    font-size: 100px;
    justify-content: center;
    top: 383px;
    clip-path: inset(0 0 50% 0);
    animation : top 3s infinite;
    font-style: italic;
    color: cornflowerblue;
    display: grid;
    right:  22px;
    }
    
    
    
    
    .ben{
        position: relative;
       left: 700px;
        
        font-size: 100px;
       
        top: 265px;
       overflow:scroll;
         clip-path: inset(55% 0 0 0);
         animation : ben 3s infinite;
         font-style: italic;
         display: grid;
         color: rgb(122, 82, 159);
        }
        
        
    
      
     
    
    
    
    
        .lijn{
    
               
               border-top: 1px  red;
               position: relative;
               max-width: 434px;
              border-style: dashed;
              top: 210px;
             left: 605px;
    
        }
    
    
       
    
    
    
        @keyframes top{
    0%{ transform: translateX(0);}
    25%{ transform: translateX(0);}
    50%{transform: translateX(100px);}
    75%{}
    100%{transform: translateX(0);}
     }
    
    
     @keyframes ben{
        0%{ transform: translateX(0);}
        25%{ transform: translateX(0);}
        50%{transform: translateX(-100px);}
        75%{}
        100%{transform: translateX(0);}
         }
    
    
    
     
    
    
    
    
    
    
    
    
    
         .topp{
          position: relative;
          
          text-align: center;
          font-size: 100px;
          justify-content: center;
          top: 383px;
          clip-path: inset(0 0 50% 0);
          animation : top 3s infinite;
          font-style: italic;
          color: cornflowerblue;
          display: grid;
          right:  22px;
          }
          
          
          
          
          .benn{
              position: relative;
             left: 669px;
              
              font-size: 100px;
             
              top: 265px;
             overflow:scroll;
               clip-path: inset(55% 0 0 0);
               animation : ben 3s infinite;
               font-style: italic;
               display: grid;
               color: rgb(122, 82, 159);
              }
              
              
          
            
           
          
          
          
          
              .lijnn{
          
                     
                     border-top: 1px  red;
                     position: relative;
                     max-width: 434px;
                    border-style: dashed;
                    top: 210px;
                   left: 605px;
          
              }
          
          
             
          
          
          
              @keyframes top{
          0%{ transform: translateX(0);}
          25%{ transform: translateX(0);}
          50%{transform: translateX(100px);}
          75%{}
          100%{transform: translateX(0);}
           }
          
          
           @keyframes ben{
              0%{ transform: translateX(0);}
              25%{ transform: translateX(0);}
              50%{transform: translateX(-100px);}
              75%{}
              100%{transform: translateX(0);}
               }
          
          
          
           