body {
      background-color: #1b1d1e;
    }
    
    .h1-title {
        color: white;
        font-size: 4rem;
    }
    
    .h1-bt {
        color: lightgrey;
        font-size: 3rem;
    }
    
    .p-about {
        color: lightgrey;
        font-size: 1.25rem;
    }
    
    .h1-blogs {
        color: lightgrey;
        font-size: 3rem;
    }
    
    
    .blogauthor {
        color: lightgrey;
        font-size: 1.25rem;
    }
    
    .p-blogcontents {
        color: lightgrey;
        font-size: 1.25rem;
    }
    
    .p-datepub {
        color: lightgrey;
        font-size: 1.4rem;
    }
    
    .p-blog-name {
        color: lightgrey;
        font-size: 1.8rem;
    }
    
    .link {
        color: lightgrey;
        font-size: 1.25rem;
        text-decoration: none;
    }

    .h1-link {
        color: lightgrey;
        font-size:3rem;
        text-decoration: none;
    }

    .link-blog {
        color: lightgrey;
        font-size: 1.85rem;
        
    }

