ul {
}
li {
  list-style: none; 
  padding-left: 0; 
}
a {
color: black;
}
li{
  font-size: 30px;
   color: rgb(0, 0, 0);
}
body {
  background-image: url("pop.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  background-attachment: fixed;
  background-size: 300px;
}
