body {  
  background-image: url('./imgs/destin2.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
 }
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  background-color: lightgray;
}
