body {
 font-family: "Times New Roman", Times, serif;
 background-image: url('2.jpg');
 background-repeat: repeat;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 2px 2px #9E4784;
  font-size:3vw;
  color: white;
}

 /* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-85%, 55%);
  z-index:3;
  font-size:1vw;
} 

.image1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index:2;
  transform: translate(-50%, 0%);
}

.image2 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index:1;
  transform: translate(-52%, 0%);
}

#tablez {
  color: white;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  text-shadow: 2px 2px #262435;
}

#tablez td, #tablez th {
  padding: 10px;
}

#tablez tr:hover {
  background-image: url('static.gif');
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-decoration: line-through;
}

a { color: white; text-decoration: none;}
a:visited { color: white; text-decoration: none;}