  body {
    background-color: black;
    color:white;
  }
  header {
    text-align: center;
    padding: 10px;
	font-family: courier, fixed, monospace;
	color: white;
}  
  
  .container {
  text-align: center;}
  .myUL {
  display: inline-block;
  text-align: left;
  }
  nav {
  display: flex;
  justify-content: center;
  list-style-type: none;
  }

