.btn{

display:inline-flex;

padding:14px 26px;

border-radius:10px;

background:#2563EB;

color:white;

font-weight:600;

transition:.3s;

}

.btn:hover{

transform:translateY(-3px);

}

.card{

background:white;

border-radius:14px;

padding:24px;

box-shadow:0 8px 30px rgba(0,0,0,.06);

}