/* You can either copy the below and paste it between style tags on your HTML page, OR you can copy this to a file and name it .css and link it from your HTML page. */

:root {
 body {
  background-image: url("/stars.gif");
  color: #C9E1FF;
  font-family: "venice" 
  font-weight: normal;
}

}
.nav li {
  background-color:var(--nav-button-bg);
  margin-bottom:2px;
  text-align:center;
  display:block;
  padding:5px;
}
.nav li a {
  font-weight:bold;
  text-decoration:none;
  color:white;
}
.nav {
  padding-left:0;
  margin:0;
  margin-top:5px;
  list-style-type:none;
  margin-bottom:10px;
  
}
nav.ul {
  padding:none;
  margin:none;
  padding-bottom:10px;
}
body {
  background-color:var(--body-bg);
}
.container {
  max-width:700px;
}
.alignment {
  display:flex;
  justify-content:center;
}
