.otp-card{
    max-width:450px;
    margin:50px auto;
    padding:30px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 0 20px rgba(0,0,0,.1);
}

.otp-card h3{
    text-align:center;
    margin-bottom:20px;
}