.container{display:flex;align-items:center;flex-direction:column;padding-top:100px}h1{color:#fff;font-size:30px;text-align:center}form{display:flex;flex-direction:column;gap:30px;padding:30px;border-radius:10px;background-color:#2e2d4e;max-width:50%;width:400px;margin-bottom:20px}form button{border-radius:30px;background-color:#8b8ae1;height:40px;border:none;font-weight:700;cursor:pointer;color:#fff;font-size:14px}form button:hover{opacity:.8}form input{border:1px solid #48456c;border-radius:30px;height:40px;background-color:#363653;color:#fff;font-size:16px;padding-left:10px;outline:none}.card{display:flex;justify-content:space-between;background-color:#2e2d4e;margin:10px;padding:10px;width:400px;border-radius:10px}.card p{color:#fff;font-weight:700}.card p span{font-weight:400}.card button{background:transparent;border:none;cursor:pointer}.card button img{width:20px;height:20px}.card button:hover{opacity:.5}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{min-height:100vh;width:100vw;background:linear-gradient(180deg,#363467,#1e1d4fcc)}
