.bg{
  background-image : url("img/bg.jpg");
  background-attachment: fixed;
  background-position: 100% 100%;
  background-repeat: no-repeat;
    }

.table{
  margin-left: 6em;
  margin-top: 1em;
    }
