@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@400&family=Poppins:wght@400;600&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}html{font-size:62.5%}body{background-color:#fff}h1{font-size:3.2rem;margin:2rem 0;text-align:center}h2{font-family:"IBM Plex Serif",serif;font-size:2rem}p{margin:2rem 0;color:#15133c80;font-weight:400;font-size:1.6rem;display:inline-block}span{text-transform:capitalize;font-weight:700}.main-wrappwer{display:flex;justify-content:center;flex-wrap:wrap;gap:25px;margin:11px}.card{width:30vw;padding:4rem;background-color:#fff;box-shadow:#64646f33 0 7px 29px;border-radius:.5rem;color:#15133c}.card-button{flex-direction:row;width:100%;display:flex;justify-content:space-between}.card-button a{color:#92b4ec;font-weight:400;font-size:1.6rem}.card-button a:last-child{color:red}form{display:grid;place-items:center}input{padding:1rem;min-width:40rem;font-size:2rem;text-transform:capitalize;border:none;border-bottom:.2rem solid #15133c;outline:none}.pagination-btn{width:100%;display:flex;justify-content:center;align-items:center}button{padding:.8rem 2.2rem;border:none;font-size:1.6rem;background-color:#15133c;color:#fff;margin:3rem;cursor:pointer;display:inline-block}@media (max-width: 998px){html{font-size:56%}.card{padding:2.5rem}}@media (max-width: 768px){html{font-size:51%}.card{min-width:35rem;padding:2rem}}
