body {
  height: 100%;
  background-image: url('Papertrl_BG.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.logo {
  position: relative;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  text-align: left;
  background-image: url('logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1
}

.img {
  height: 400px;
  width: auto;
  background-repeat: no-repeat;
  margin-top: 20px;
  object-position: left;
}