body {
    background: black;
    background-image: url("https://pocket-cat.neocities.org/background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Eczar;
}   
    
  
.eczar {
    font-family: "Eczar", serif;
    font-weight: 500;
    font-style: normal;
  }
 
 
#menu {
    width: auto;
    height: 50px;
}

ul {
  
}

ul li {
    list-style: none; 
    display: inline-block;
    
}

ul li a {
   text-decoration: none;
   padding: 20px 20px;
}





