*{
    margin: 0px;
    padding: 0px;
}
.cusreg{
    width:100%;
    height:auto;
    text-align:center;
}
.maincrg{
    display: flex;
  justify-content: center;
  align-items: center;
  
    margin-left:auto;
    margin-right:auto;
    height:auto;
    width:100%;
    box-sizing:border-box;
    text-align:center;
    padding:5px;
}
.maincus{
    height:auto;
    width:auto;
    background-color:#ffffcc;
    margin:1px;
    padding:1px;
    display:inline-block;
    
}

.regtbl{
     width:auto;
    height:auto;
    background-color:#ffffcc;
    display:inline-block;
    padding:3px;
   /* margin-left:5px; */
}

p{
    font-size:18px;
}

.regtb table, th, td {
              
              font-family:kalpurush;
              border: 1px solid black;
             border-collapse: collapse;
}


