:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}body{--border-color-theme:#707070;background-color:#000;color:rgb(var(--foreground-rgb))}body::-webkit-scrollbar-thumb{background-color:#f75ecc;border-radius:10px;-webkit-transition:background-color duration-200;transition:background-color duration-200}body::-webkit-scrollbar-track{background-color:#0003;border-radius:2px}body::-webkit-scrollbar-thumb:hover{background-color:#ff85e3;cursor:pointer}.dark-mode body{--border-color-theme:#707070;background-color:#242424;color:rgb(var(--foreground-rgb))}.dark-mode body::-webkit-scrollbar-thumb{background-color:#f75ecc;border-radius:10px;-webkit-transition:background-color duration-200;transition:background-color duration-200}.dark-mode body::-webkit-scrollbar-track{background-color:#0003;border-radius:2px}.dark-mode body::-webkit-scrollbar-thumb:hover{background-color:#ff85e3;cursor:pointer}.light-mode body{background-color:#fdfdf9;--border-color-theme:#000}.silde-show{align-items:center;color:#000;display:flex;font-size:60px;justify-content:center;margin-top:16px;position:relative}.silde-show .wrapper{height:553px;perspective:800px;position:absolute;transform-style:preserve-3d;width:448px}.silde-show .wrapper .image{border-radius:8px;bottom:0;box-sizing:content-box;float:left;left:0;margin:auto;position:absolute;right:0;top:0;transition:transform 1s ease-in-out}.silde-show .wrapper .image:hover{border:4px solid #6b35f9}
