  ul.navbar {
   text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
        h1 {
    font-family: MBNargis }
  }
  ul.navbar li {
    background: white;
       }
  ul.navbar a {
   { text-decoration: none
    }
  a:link {
    color: red }
    a:visited {
    color: red}  
  a:hover {
    color: blue}
  }