body {
  background-image: url ('neocities.png');
}

div {
  background-color: darkgreen;
  
  margin: 3px;
  padding: 10px;
  border:3px dotted tomato;
}