body {
  background: #555;
  background-image: url('/public/img/page-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding-bottom: 48px;
}