body, html {
  height: 100%
}

.bgimg {
  background-image: url('/logo.svg');
  height: 100%;
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}