        .yearWrappper{
                position: absolute;
                right: 82px;
                top: 250px;
                transform: translateY(-50%);
                transition: 0.6s ease;
                z-index: 3000;
                width: 52px;

            }
            
            .contentmain, body.dark .contentmain{
                position: static;
                display: flex;
                flex-direction: column;
                justify-content: center;
                min-height: 90vh;
                align-items: center;
                text-align: center;
                background-image: none;
                filter: none;
            }
            
         .sketchbookimages {
             position: relative;
             display: flex;
             justify-content: center;  /* Horizontal zentrieren */
             scale: 100%;
             transform-origin: top;
             transition: 0.6s ease;
             height: 100%;  /* Wichtig, um sicherzustellen, dass die Flexbox den gesamten verfügbaren Raum nutzt */
             width: 100%;
             left: 5%;
            }
            
            .sketchbookimages div{
                position: absolute;
                align-content: center;}
            
            .sketchbookimages div .hoverscale {
                position: relative;
            }
            
            .centersketchbookimages{
                display: flex;
            }
            
            .datelines{
                left: -1055px;
            }
            
            @media (max-width: 1000px){
                .sketchbookimages {
                transform: scale(0.8);
            }
            }
            
            @media (max-width: 700px){
                .sketchbookimages {
                top: 195px;
                transform: scale(0.5);
            }
                
                .yearWrappper{
                    scale: 0.8;
                    rotate: 6deg;
                    top: 169px;
                    right: 1px;
                    width: 333px;
                }
            }