#card-text {
  font-family: whitespace;
  color: #79cdda;
  font-size: /*48px*/ 26px;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 145px;
  margin-left: 34px;
  margin-right: 36px;
}

.hoplt {
  vertical-align: middle;
  display: inline-flex;
  flex-direction: column;
}

.hoplt > s {
  position: absolute;
  font-size: 20px;
  top: -10px;
  left: 4px;
  transform: rotate(-5deg);
  font-family: blackspace;
  cursor: url("/cursors/not-allowed.cur"), not-allowed;
  user-select: none;
  text-decoration: wavy line-through;
  transition: opacity 4s ease;
}

.hoplt.goaway > s {
  display: none;
}

.hoplt.georgebush > s {
  opacity: 0;
}

#plea {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto 0;
  text-align: center;
}

#links {
  z-index: 1;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

#links a {
  text-decoration: none;
}

#links button {
  font-family: blackspace;
  position: relative;
  background-color: #ddd;
  border: 2px solid #000;
  border-radius: 3px;
  font-size: 24px;
  padding: 12px 12px;
  background-size: 100%;
  background-image: url("/images/texture420.jpg");
  background-color: #ddb59c;
}

#links .desc {
  font-family: whitespace;
  color: red;
  text-decoration: none;
  font-size: 20px;
  position: absolute;
  margin-top: 5px;
  top: 100%;
  left: 50%;
  width: 120px;
  text-align: center;
  transform: translateX(-60px);
  white-space: pre;
}

#links button.sigma {
  height: 55px;
  width: 100px;
  opacity: 0.2;
  background-image: url("/images/vkevin1.jpg");
}

#links button.sigma:hover {
  opacity: 0.5;
}
