
body {
   background-image: url("hi.jpeg"); 
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h4 {
   border: 4px dotted blue;
}
  
