header {
  margin-top: 2%
}
body {
  background-repeat: no-repeat;  background-attachment: fixed;
  background-image: url(https://s-media-cache-ak0.pinimg.com/originals/74/3a/26/743a26da2b89f72198339ff19e0fea20.png);
}
.pic {
  display: inline-block;
  border: 2px solid white;
  padding: 2px;
  margin: 7px;
  box-sizing: border-box;
  height: 200px;
  width: 200px;
  background-color: white;
  vertical-align: top;
}
