.floating-button{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
}

.border-black{
    border: 1px solid grey !important;
}

.border-black > thead > tr > th{
    border: 0.5px solid grey !important;
}

.border-black > tbody > tr > td{
    border: 0.5px solid grey !important;
}

.agam-logo{
    width: 60%;
    vertical-align: middle;
}

.ppdb-text-wrap{
    text-align: center;
}

.ppdb-text{
    font-size: 48px;
}

.ppdb-text2{
    font-size: 25px;
}

.ppdb-logo{
    width: 100%
}

@media screen and (max-width: 575px) {          
    .agam-logo{
        width: 10%;
    }

    .ppdb-text{
        font-size: 10px;
    }

    .ppdb-text-wrap{
        text-align: left;
    }
    .ppdb-text2{
        font-size: 8px;
    }

    .ppdb-logo{
        width: 100%
    }
}