/* Google Font Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

.container {
    position: relative;
}
.txth {
    width: 100%;
    position: relative;
    text-align:center;
    font-size: 30px;
    top: -7px;
}
.txtlg{
    left:0;
}
.txtb{
    height: 40px;
    font-size: 17px
}

.bx{
    color: white;
}
.form-control{
    margin-left: 15%;
}

.table-wrapper {
    height: 500px;
    width: 800px;
    overflow-y: auto;
}

