.bg {
  /* The image used */
  background-image: url("../images/siptu.jpg");

  

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
