#Np{
    color: rgb(238, 42, 42);
    font-weight: 400;
    font-size: 80px;
    position: relative;
    top: 5px;
    margin-right: -15px;
}
#NewT{
    font-size: 70px;
    font-weight: 500;
    color: rgb(84, 84, 84);
    position: relative;
}
#Principal{
    font-size: 40px;
    font-weight: 500;
    margin-left: 10px;
    display: contents;
}
hr{
    height: 2px;
    background-color: rgb(78, 78, 78);
    border: none;
}
.NewsP{
    border-radius: 20px;
    background-size: cover;
}