body, html {
  background: url("../img/volvo_background.jpg") no-repeat center top fixed;
  background-size: cover;
  width: 100%;
  margin: 0;
  padding: 0;
}

.dataTables_wrapper {

  margin-top: 15px;
  padding: 15px;
  background: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}