html,body{margin:0;padding:0}.main_window{background-image:url(/back.png);background-position:center;background-size:cover;width:100%;height:100vh}.top{width:100%;height:20vh;display:flex;justify-content:space-between;gap:10vh;position:relative;z-index:100}.btn{width:20vw;height:10vh;border-radius:15px;cursor:pointer;background-image:linear-gradient(to top,#a18cd1,#fbc2eb)}.show{width:100%;height:80vh;background-color:#869098;opacity:.7;border-radius:25px}.card{box-shadow:0 4px 8px #0003;border-radius:25px;width:20%;height:45%;overflow:hidden;margin:2vh 1.7vh 2vh 1vh;background-image:linear-gradient(to top,#5ee7df,#b490ca);transition:transform .15s ease-out;transform-style:preserve-3d;overflow-y:auto}.cards_container{width:100%;height:100%;border-radius:25px;display:flex;flex-wrap:wrap;background-image:linear-gradient(120deg,#a1c4fd,#c2e9fb);overflow-y:auto}.cards_container::-webkit-scrollbar{width:8px;opacity:.5;border-radius:20px}.cards_container::-webkit-scrollbar-track{background:transparent}.cards_container::-webkit-scrollbar-thumb{background:#fff6;border-radius:20px}#delete{display:flex;justify-content:center;align-items:center;z-index:15}.card.red{background:red}
