
body {
  background-image: url('../img/background.jpg');
  background-size: cover;
  background-attachment: fixed;
  color: white;
}
.table {
  background-color: rgba(0, 0, 0, 0.6);
}
