*{
    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;
    /* vertical-align: middle !important; */
}
td p{
    margin: 0px;
}
.description{
    width: 70%;
}
.pdf i{
    /* transition: 1s; */
    font-size: 25px !important;
    color: var(--heading-color);
    /* animation:pdf-rotate 1s linear 2s infinite backwards ; */
}
.pdf i:hover{
    /* animation:pdf-rotate 1s ease-in-out 0s infinite alternate ; */
}
 @keyframes pdf-rotate {
    0%{
        transform: rotate(0deg);
    }
    50%{
        color: aqua;
        transition: color 2s;
    }
    100%{
        font-size: 20px;
        transform: rotate(360deg);
    }
 }
/* td a:hover i{
    color: white;
    font-size: 20px;
    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); */
}

#are{
    color: white;
    background-image: linear-gradient(red,green,blue);
    margin-bottom: 200px;
    width: 250px ;
    height: 250px;
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
    background-color: red ;
}
.text{
    color: white;
}
/* *::-webkit-scrollbar{
    border-radius: 20px;
    background-color: gray;
    background: linear-gradient(aqua,white);
}
*::-webkit-scrollbar-thumb{
    border-radius: 20px;
    background-color: var(--heading-color);
} */