/* my_story.css - 1/16/17
   
NOTES:   
.class 	.intro 	    Selects all elements with class="intro"
#id 	  #firstname 	Selects the element with id="firstname"   
   
================================================================ */

.my_story_box{
    background-color: lightgrey;
    width: 95%;
    border: 5px solid black;
    padding: 10px;
    margin: 25px;	
}