body {
  background-image: url("https://www.travelandleisure.com/thmb/KLPvXakEKLGE5AY2jVyovl3Md1k=/1500x0/filters:no_upscale():max_bytes(150000):strip_icc()/iceland-BEAUTCONT1021-b1aeafa7ac2847a484cbca48d3172b6c.jpg");
  /* Set a specific height */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid rgb(19, 37, 31);
  color: white;
  font-size: 20px;
}

td {
  height: 20px;
  overflow: hidden;
}

th, td {border: 2px solid rgb(19, 37, 31);}

table th, td {
  text-align: left;
  padding: 12px;
}

tr:nth-child(odd) {
  background-color: rgb(29, 58, 49);
}
tr:nth-child(even) {
  background-color: rgb(43, 94, 79);
}

table tr:hover {background-color:rgb(50, 139, 114);}

table th {
  background-color: rgb(19, 37, 31);
}

img {
  width: 250px;
  border: 3px solid #000000;
  border-radius: 4px;
  padding: 1px;
}

img:hover {
  box-shadow: 0 0 2.25px 1.25px rgb(0, 0, 0);
}

a:link, a:visited {
  background-color: rgb(35, 77, 65);
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: rgb(20, 42, 35);
}