body {
  background-image: linear-gradient(to bottom right, #000, #fff);
  font-family: Roboto;
  color: #fff;
  cursor: crosshair;
}

hr {
  border: 4px solid;
  color: #666;
  border-radius: 4px;
  box-shadow: 1px 1px 2px #000;
}

h1 {
  font-size: 38px;
  text-shadow: 1px 1px 3px #000;
}

iframe {
  box-shadow: 2px 2px 8px #0c0c0c;
}

.button {
  color: #ddd;
  background-image: linear-gradient(to bottom right, #230718, #072838);
  font-family: Roboto;
  font-size: 28px;
  font-weight: 900;
  padding: 20px 50px;
  border-radius:8px;
  box-shadow: 2px 2px 5px #000;
}

.button,a {
  color: #fff;
  text-decoration: none;

}

.button:hover {
  background-color: #fff;
  color: gold;

}

.table {
  width: 100%;
  background-image: linear-gradient(to bottom right, #870404, #230718);
  padding: 5px;
  border-radius: 12px;
}

.th {
  text-align: left;
  background-image: linear-gradient(to bottom right, #128884, #230718);
  border-radius: 8px;
  box-shadow: 2px 2px 5px #000 inset;
}

.hole {
  text-align: center;
  box-shadow: 1px 1px 2px #000 inset;
  border-radius: 8px;
}
