body{
background-color: rgb(0, 0, 0);
border: 2px solid rgb(255, 255, 255);
border-radius: 16px;
font-family: sans-serif;
margin-left: auto;
margin-right: auto;
max-width: 1024px;
min-width: 256px;
padding:8px 24px 24px 24px;
}
html{
background: radial-gradient(circle, rgb(176, 176, 176),rgb(103, 103, 103) 50%, rgb(71, 71, 71) 50%,rgb(120, 120, 120));
background-size: 8px 8px;
}
p{
color: rgb(255, 255, 255);
font-family: sans-serif;

}
h1{
color: rgb(255, 255, 255);
font-family: sans-serif;
font-size: 32px;
}
nav ul{
list-style-type: none;
background-color: #ffffff;
border: 4px solid #222222;
border-radius: 10px;
font-weight: bold;
padding: 16px;
}
nav ul li{
display: inline;
padding-right: 8px;
padding-left: 8px;
font-family: sans-serif;
color: rgb(0, 0, 0);
}
nav ul li:last-child{
border-right: none;
}
nav ul li a{
text-decoration:none;
color: rgb(0, 0, 0);
}
ul {
    list-style-type: circle;
    color: white;
}
.center {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}