header {
  width: 100%;
  height: 60px;
  background-color: #e5ac50;
}

nav ul {
  list-style-type: none;
  padding-left: 0;
}

nav ul li {
  list-style-type: none;
}

a {
  color: #000;
}

img {
  width: 300px;
  height: 300px;
}

.quote {
  background: #f6e7cf;
}

footer {
  width: 100%;
  height: 300px;
  background: #7b2cdd;
  color: white;
}

footer a {
  color: #fff;
}