html {
  background-image: linear-gradient(black, #111111);
  height: 100%;
}

body {
  color: #CDCDCD;
  font-weight: 300;
  margin: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.title{
  position: relative;
  margin: 20px auto 0;
}

.center {
  position: absolute;
  width: 450px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.subtitle {
  font-family: "roboto condensed", sans-serif;
  color: silver;
  font-weight: bold;
  letter-spacing: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 16px);
  background: -webkit-linear-gradient(white,silver);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.outsider {
  height: 200px;
  width: auto;
  opacity: 0.25;
  z-index: -1;
}

table {
  align: center;
  border-collapse: collapse;
}

td {
  padding: 0px 5px;
  vertical-align: top;
  font-family: "roboto condensed";
}

h1 {
  margin: 0 auto;
  top: 130px;
  font-family: Cinzel, serif;
  font-weight: 100;
  color: white
  margin: 10px;
}

h2 {
  font-family: "roboto condensed";
  color: white;
  font-variant: small-caps;
  text-shadow: 0px 2px 5px #797979;
  font-weight: 200;
  font-style: 26px;
  margin: 10px;
}

h3 {
  font-family: Cinzel, serif;
  font-weight: 200;
  margin: 15px 0px 0px 0px;
  color: white;
  text-align: center;
  font-family: "roboto condensed";
}

.title h3 {
  border-bottom: 2px solid white;
}

.rollButton {
  background-image: linear-gradient(slateblue, indigo);
  color: white;
  border: 1px solid black;
  border-radius: 10px;
  border: 1px solid skyblue;
  box-shadow: 0px 0px 20px slateblue;
  text-shadow: 0px 0px 2px black;
  padding: 10px 60px;
  margin: 10px;
  font-family: Cinzel, serif;
  font-variant: small-caps;
  font-size: x-large;
}

#target, #focus {
  font-family: Cinzel, serif;
}

input {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  width: 40px;
  color: silver;
  font-size: 19px;
  font-family: Cinzel;
  font-weight: bold;
}

label {
  margin: 5px;
  padding: 10px;
  line-height: 1.8;
}

.labels {
  width: 160px;
}

.credits {
  height: 30px;
  width: auto;
}

.spacer {
  width: 30px;
}

.copyright {
  font-size: x-small;
  width: 500px;
  margin: 75px auto 0;
}