 body {
     min-height: 100vh;
     display: flex;
     justify-content: center;
     align-items: center;
     background: #f1f2f6;
 }

 .card-box {
     width: 100%;
     max-width: 400px;
     border-radius: 15px;
 }