/*this is how u write a note*/


/*Margin is used to create space around elements outside of any defined orders*/

/*Padding is used to generate space aroung an elements content inside of a defined border*/

/* Margin and padding order: top, right, bottom, and left*/

/* a semi colon is the end of a statement*/

a{
  color: #ffdf52;
  text-decoration: none  /*removes the line from under the link*/
  /*look for all anchor tags <a> in the index file and execute per
  what is in the bracket*/
}

h1{
  font-family: calibri, arial, sans-serif
  margin-left: 30px;
}

p{
  margin-left: 40px;
  /*dif is a way to position your content, difs do not describe or style your content*/
  
}
#container{
  width: 70px
  background: #7d7c78
  font-family: calibri, arial, sans-serif
  margin: auto;
}

#container img {
  margin-left: 50px;
  
}



h6{
  font-family: calibri, arial, sans-serif
  border: 2px solid black;    /*width style color*/
  /* style: dotted, dashed, solid, double*/
  font-size: 12px;
  text-align: center;
  margin: 5px 200px 5px 200px
  padding: 10px;
  /* when all sides are the same size, use the same number*/
}