/* This CSS is in rough shape! Your job is to fix all the errors, clean it up, and use shorthand where possible. */

body {
  font-famly: Arial
  background-colour: #f2f2f2;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0
padding-top: 20px
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px}
h1 {color: #333
  font-weight: boldd;
  font-size: 2em
  text-transform uppercaase
  border-width: 1px;
  border-style: solid
  border-color: #333;
}
h1 {
  color: black
} 
. caption{
	size: large;}
a{
  text-decoration none color: #333;}

a: hover {
  color: blue
  text-decoration: underline
}

.Container {
  width: 100%
  max-width: 960px
  margin-left: auto;
  margin-right: auto
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.footer {
  text-alignn: center;
  margin-top:
