.heading{
    color: rgb(0, 0, 0);
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}   
table{
    min-width: 70%;    
    text-align: center;
    border: 2px solid black;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
}
th{
    background-color: rgb(15, 15, 73);
    color: white;
}

th,td{

    letter-spacing: 1px;
    padding: 10px;
}
.uni td{
    text-align: left;
}


a{
    color: blue;
}
@media only screen and (max-width: 600px){
    body{
        margin: 0px;
        width: 100%;
    }
    .heading{
        color: rgb(0, 0, 0);
        font-family:'Times New Roman', Times, serif;
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        padding: 5px;
    }
    .text{
        overflow-x: auto;
    }
    table{
        width: 100%; 
        text-align: center;
        border: 2px solid black;
        font-family: 'Times New Roman', Times, serif;
        font-size: 18px;
    }
    th{
        background-color: rgb(15, 15, 73);
        color: white;
    }
    
    th,td{
    
        letter-spacing: 0px;
        padding: 5px;
    }
    .uni td{
        text-align: left;
    }
   

}