* {
  font-family: "Pixelify Sans";
  text-align: center;
  cursor: url("cursor.cur"), auto;
}

body {
  margin: 50px;
  background-color: rgb(159, 198, 41);
  background-image: url("pixels.jpg");
  background-size: 70px;
  background-repeat: repeat;
  background-blend-mode: soft-light;
}

h1 {
  color: rgb(255, 221, 70);
  font-size: 50px;
}

h6 {
  color: rgb(229, 229, 125);
  font-size: 15px;
}

p {
  color: white;
}

button {
  background-color: rgb(255, 221, 70);
  border: none;
  padding: 10px;
  cursor: pointer;
}

button:hover {
  transform: scale(1.05);
}

a {
  color: rgb(159, 198, 41);
}

.question {
  background: rgb(255, 246, 199);
  width: 1100px;
  height: auto;
  margin: 20px auto;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.incrementBtn {
  margin: 10px;
  color: rgb(159, 198, 41);
}

.question-text {
  display: block;
  color: rgb(141, 195, 48);
}

.text {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  margin-bottom: -20px;
}

img {
  width: 80px;
  height: auto;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-bottom: -40px;
  margin-left: 10px;
}

.incrementBtn.selected {
  outline: none;
  background-color: rgb(70, 180, 79);
  color: white;
}

#submit {
  display: block;
  margin: 20px auto;
  background-color: rgb(144, 153, 146);
  color: rgb(220, 220, 220);
  cursor: not-allowed;
  transition: all 0.2s ease;
}

#submit:not(:disabled) {
  background-color: rgb(255, 221, 70);
  color: rgb(159, 198, 41);
  cursor: pointer;
  opacity: 1;
}

button:hover {
  cursor: url("cursor.cur"), auto;
}

.thing {
  margin-top: 200px;
  justify-content: center;
  align-items: center;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgb(255, 221, 70);
  border-radius: 0px;
}

::-webkit-scrollbar-track {
  background: rgb(159, 198, 41);
}
