.nat{
    font-size: 35px;
}
.blog1{
    
color: brown;
text-decoration: underline rgb(6, 143, 1);
font-family:'Times New Roman', Times, serif;
font-weight:bold;
}
.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;
 }

