a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  border: none;
}

a.one:link,
a.one:visited {
  color: #000;
  background-color: #fff;
}

a.one:hover,
a.one:active {
  color: #00ff00;
  background-color: #000;
}

a.donate:link,
a.donate:visited {
  color: #00ff00;
  background-color: #000000;
}

a.donate:hover,
a.donate:active {
  color: #000000;
  background-color: #fff;
}

a.web:link,
a.web:visited {
  color: #000000;
}

a.web:hover,
a.web:active {
  color: #fff;
  background-color: #000000;
}

a.web2:link,
a.web2:visited {
  color: #fff;
}

a.web2:hover,
a.web2:active {
  color: #000000;
  background-color: #fff;
}

a.image:link,
a.one:visited,
a.image:hover,
a.image:active {
  display: inline;
}

.bg {
  background-image: url(../images/JeffKolarBackground5.jpg);
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#wrapper {
  text-align: center;
}

.title {
  font-family: monospace;
  font-size: 3em;
  text-align: center;
}

#front_content {
  position: absolute;
  margin: auto;
  width: 80%;
  font-family: monospace;
  font-size: 2em;
  display: block;
}

#words {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.5em;
  display: block;
}

p.words {
  position: relative;
  left: 12.5%;
  width: 75%;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.8em;
  text-align: left;
}

.words {
  font-size: 5em;
}