.card-container{background-color:white;border-radius:10px;display:flex;flex-direction:column;gap:1rem;padding:10px;box-shadow:0 6px 24px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.08)}.top{justify-content:space-between}.top,.top-left{display:flex;flex-direction:row}.top-left{gap:1rem}.top-left>:first-child{height:3rem;width:3rem;border-radius:5px;justify-content:center;box-shadow:inset 1px 2px 7px rgba(87,120,239,.64)}.bottom,.top-left>:first-child{display:flex;align-items:center}.bottom{flex-direction:row;gap:1rem;justify-content:space-between}.bottom>:first-child{background-color:rgb(211,232,250);width:85%;padding:10px;color:rgb(35,108,234);font-weight:400;border-radius:10px;box-shadow:inset 1px 1px 4px rgba(121,147,241,.64)}.copy{padding:9px;background-color:rgb(227,238,248);display:flex;border-radius:5px;align-items:center;justify-content:center;cursor:pointer}.copy>:first-child{color:rgb(76,124,169);font-size:1.4rem}.main-container{min-height:100vh;align-items:center}.create-link,.main-container{display:flex;flex-direction:column;gap:2rem}.create-link{width:80vw;height:-moz-fit-content;height:fit-content;padding:30px;border-radius:20px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.button{font-size:1rem;font-weight:600;padding:15px 25px;border-radius:20px;color:white;background-color:rgb(75,148,227)}.create-link>input{padding:10px;border:2px solid gray;border-radius:10px;outline:none;color:gray}.links-container{min-height:60vh;box-shadow:inset 1px 1px 7px rgba(0,0,0,.1);border-radius:20px;background-color:rgba(175,175,175,.143);display:flex;flex-direction:column;gap:2rem}