/* I wanted it to have a star like theme */
body {
  background-color:darkblue;
  color: white;
  border: 3px dotted white; /* I thought this would look more like stars then a solid line*/
  padding: 5px;
  margin: 5px;
  font-family: cursive; /* This font is more casual*/
}
/* these three I put a different a background to make it stand out because it is the links section */
.design-selection {
  border: 3px dotted darkblue;
  margin: 30px;
  background-color: white;
  color:darkblue;
  padding:5px;
}
.design-archives {
  border: 3px dotted darkblue;
  margin: 30px;
  background-color: white;
  color:darkblue;
  padding: 5px;
}
.zen-resources {
  border: 3px dotted darkblue;
  margin: 30px;
  background-color: white;
  color:darkblue;
  padding: 5px;
}
