body {
  background-image: url("draft1.svg");
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 30%;
 }

.reveal h1 {
  text-transform: none;
  font-size: 2.0em;
}

.reveal a {
  color: black;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear;
}

.reveal table td {
  border-bottom: unset;
}

.reveal a:hover {
  color: black;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
}

.reveal h2 {
  text-transform: none;
}

.reveal h3 {
  text-transform: none;
}

.reveal section img {
  border: 0;
  background: unset;
}

.no-border {
  background: unset !important;
  box-shadow: unset !important;
}