.nat{
    font-size: 35px;
}
.blog1{
    text-decoration: underline rgb(238, 68, 17);
    font-style:oblique;
    font-family: 'Times New Roman', Times, serif ;
    color: rgb(151, 3, 3);
}
.para{
 text-align: justify;
 font-family:Georgia, 'Times New Roman', Times, serif;
 padding: 10px;
 margin-right: 5%;
 margin-left: 5%;
 font-size: larger;
 font-style: italic;
 
 
}
header{
    position: sticky;
    top: 0;
    z-index: 1;
 }