.whatsnew-text{ transition:  0.7s ease-in-out; /* Smooth transition for color */
    line-height: 1.6;
    font-size: 17px;
  color: #174e99;
}

.whatsnew-text:hover{
    line-height: 1.6;
    font-size: 17px;
    color: black;
    text-decoration: underline;
}

.whatsnew-date
{
    color: #747474;
}

.whatsnew{
    border-bottom: 1px dashed rgba(211, 211, 211, 0.603);
}