html {
background:hsl(154 50% 5%);
  color: hsl(154 84% 70%);
text-shadow: 0 0 5px hsl(154, 84%, 70%);


}

.unordered-list{list-style-type:none;
 
    display:flex;
align-items:center;
justify-content:center;
text-align:center;
gap:20px;

}

.home,.about,.blog ,.blog-home{

color: hsl(154 84% 70%);
font-family:'Comic Sans MS','Comic Sans',cursive, sans-serif,;
display:flex;
align-items:center;
justify-content:center;
text-align:center;

}
a,.this-year:visited {
    color: hotpink; 
  
}


#glare {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; /* ensure the effect doesn't cover the text */
    background: radial-gradient(hsl(154 5% 15%) 0%, hsl(154 50% 5%) 70%);
  }