

/*QUESTION BUTTONS*/
.column {
    float: center;
    width: 50%;
    padding: 15px;
}

@media screen and (min-width: 500px) {
  .column{
      width: 70%;
  }
}

/*Div holding all btns*/
.questionBtns{
  display: grid;
  grid-template-columns:auto auto;
  padding: 10px;
}

.text{
  font-family: "Basier circle",-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 2rem;
  font-weight: 600;
  overflow-wrap: break-word;
}


/*Footer*/
.footer{
  font-family: "Basier circle",-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 600;

}

footer {
  text-align: center;
  padding: 3px;
  background-color: #f7d693;
  color: white;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

/*#Easy{
  background-color: #49cc3d;
}

#Medium{
  background-color: #D58A2D;
}

#Hard{
  background-color: #A1092A;
}

#Hellish{
  background-color: #851E6F;
}*/

/* CSS */
.button-81 {
  background-color: #f5f5f5;
  border: 2 solid #000000;
  border-radius: 1.5rem;
  box-sizing: border-box;
  color: #0d172a;
  cursor: pointer;
  display: inline-block;
  font-family: "Basier circle",-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  padding: 1rem 1.6rem;
  text-align: center;
  text-decoration: none #0d172a solid;
  text-decoration-thickness: auto;
  transition: all .1s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-81:hover {
  background-color: #1e293b;
  color: #fff;
}

@media (min-width: 768px) {
  .button-81 {
    font-size: 1.125rem;
    padding: 1rem 2rem;
  }
}