body{
	background-color: burlywood;
}

h1{
	color: saddlebrown;
  font-style: oblique;
}

html, body {
  padding: 0;
  margin: 0;
}

.container {
  width: 1000px;
  margin: 0 auto;
  background-color: aliceblue;
  padding: 5px;
}

.fdwf1{
  align-items: center;
  height: 300px;
  width: 300px;
  box-shadow: 5px 10px black;
}

.fdwf2{
  align-items: center;
  height: 300px;
  width: 300px;
  box-shadow: 5px 10px black;
}

.fdwf3{
  align-items: center;
  height: 300px;
  width: 300px;
  box-shadow: 5px 10px black;
}

.fdwf4{
  align-items: center;
  height: 300px;
  width: 300px;
  box-shadow: 5px 10px black;
}

.fdwf5{
  align-items: center;
  height: 300px;
  width: 300px;
  box-shadow: 5px 10px black;
}

.fdwf6{
  align-items: center;
  height: 300px;
  width: 300px;
  box-shadow: 5px 10px black;
}

.row1{
  padding: 10px;
}

header nav li{
	display: inline-block;
	padding: 5px;
  border: solid 1px black;
}