body {
  background-color: none;
  border: 2px black;
  border-radius: 16px;
  font-family: Impact;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  min-width: 256px;
  padding-top: 8px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}
html {
background: #C0C0C0;
background-size: 8px 8px;
}
nav ul {
list-style-type:none;
background-color:#C0C0C0;
border: 4px solid black;
border-radius: 10px;
font-family:Impact;
font-weight:bold;
padding: 16px;
}
nav ul li {
display:inline;
border-right: 2px solid #C0C0C0;
padding-right: 8px;
padding-left: 8px;
}
nav ul li:last-child {
border-right:none;
}
nav ul li a {
text-decoration:none;
color:black;
}