html, body {
  /* Generated this gradient from https://cssgradient.io/gradient-backgrounds/ */
  background: #0f0c29;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
}

#wrapper {
  width: 60%;
  height: 100%;
  min-width: 440px;
  margin: 0 auto;
}
#wrapper a {
  font-family: "Lucida Typewriter", "Courier New", monospace;
  font-size: 16px;
  display: inline-block;
  background-color: #12233D;
  margin-left: 66%;
}

h1 {
  color: #ffccaa;
  font-size: 42px;
  text-align: center;
}

h2 {
  color: #D3233D;
  font-size: 28px;
  text-align: center;
}

p {
  color: #ccbb99;
  font-size: 18px;
  font-family: "Courier New", "Consolas", monospace;
}

a:link, a:visited {
  color: #D9C0FA;
  text-decoration: none;
}

a:active, a:hover {
  color: #04D939;
  text-decoration: none;
}

img {
  width: 100%;
}

#wrapper input {
  display: inline-block;
  min-width: fit-content(10em);
  height: 30px;
  border: 1px solid #333333;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  background-color: #AB97C4;
}

#wrapper input:hover{
  border: 1px solid #1E5E2E;
  background-color: #D9C0FA;
  color: #1E5E2E;
}

#move {
  width: 10px;
  height: 10px;
  background-color: none;
  position: absolute;
  z-index: 1;
}

#categories {
  width: 100%;
  height: 60px;
  margin: 15px auto;
  padding-bottom: 20px;
  text-align: center;
}

#question {
  width: 100%;
  height: 60px;
  margin: 15px auto;
  text-align: center;
}

#blackjack {
  width: 100%;
  height: 60px;
  margin: 15px auto;
  text-align: center;
}
