body {
    font-family:cursive;
    background: linear-gradient(#A6CDC6 , #16404D);
    height: 100svh;    
    display: flex;
    justify-content: center;
    align-items: center;
}
.id-box {
    /* background-color: var(--bs-red-300); */
    background-color: #FBF5DD;
    box-shadow: 0px 0px 10px #16404D;
}
.text{
    color: #16404D;
    font-size: 22px;
}
.check-btn{
    background-color: #DDA853;
    color: #16404D;
}
.check-btn:hover{
    background-color: #c4913e;
    color: #FBF5DD;
    transform: scale(1.1);
}
.table-box{
    background-color: #16404D;
    color: #FBF5DD;
}