body {
  background-image: url("materialdictionary178_3.jpg");
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

h1 {
  font-size: 50px;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  text-align: center;
  text-shadow: 2px 2px 5px black;
}

h2 {
    color: white;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

table, th, td {
  border: 1px solid;
}