.nat{
    font-size: 35px;
}
.blog1{
    
    color: brown;
    text-decoration: underline rgb(233, 180, 7);
    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;
     }