
* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Style the header */
header {
  background-color: #666;
  padding: 15px;
  text-align: center;
  font-size: 35px;
  color: white;
}
table {
  background-image: url(image/Goliath.jpeg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
}
td {
    text-align: left;
    vertical-align: text-top;
  /*background: #ccc;
  padding: 2px;
  border-color: white;
  padding: 2px;
  opacity: 0.5;*/
}

/*tr {
  border-color: white;
  padding: 2px;
  text-align: left;
  border-style: solid;
  border-width: 2px;

}
*/
footer {
  background-color: #777;
  padding: 2px;
  text-align: center;
  color: white;
}