*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    /* font-family: 'Gulzar', serif; */
}
.notification h1{
    font-size: 40px;
    font-weight: bolder;
    color: var(--heading-color);
}
td{
    color: white;
    width: 25%;
    border: 2px solid white;
    text-align: justify;
}
td i{
    transition: 1s;
    color: var(--heading-color);
    /* background-color: #fff; */
    /* padding: 20px; */
}
td a:hover i{
    /* font-size: 20px !important; */
    color: white;
    font-size: 20px;
    /* transform:scale(1.5) !important; */
    transform: rotate(360deg) !important;
}
td:nth-child(5){
    text-align: center;
}

td:nth-child(1){
    /* background-color: rgba(248, 0, 0, 0.762); */
}
td:nth-child(2){
    /* background-color: rgba(135, 207, 235, 0.405); */
}