/* This is is going to be a cool theme */
body {
  background-color:lightblue; /*Color preference*/
  color: Black;
  border: 3px dashed white;  /*cool border I want to use*/
  padding: 5px;
  margin: 5px;
  font-family: cursive; /*Cool Font I always use*/
}
 /*Design Selection Box*/
.design-selection {
  border: 3px dotted navy;
  margin: 30px;
  background-color: lightgray;
  color:darkblue;
  padding:5px;
}
 /*Archives boxes*/
.design-archives {
  border: 3px dotted navy;
  margin: 30px;
  background-color: lightgray;
  color:darkblue;
  padding: 5px;
}
 /*Resources box*/
.zen-resources {
  border: 3px dotted navy;
  margin: 30px;
  background-color: lightgray;
  color:darkblue;
  padding: 5px;
}
