html, body{
  background-image: url('/wallpaper/.png');
  background-color: #DA3E52;
}
.album{
  background-image: url('/pixel/shelf.PNG');
  background-position: center;
  background-size: cover;
  max-width: 510px;
  width: 510px;
  max-height: 1000px;
  height: 1000px;
}
header{
  background: #fff;
}
footer{
  background: #fff;
}
nav {
  background: #F7EC04;
}
section {
  background: #FC9900;
}
article {
  background: #FC9900;
}
aside {
  background: #F7EC04;
}