@font-face {
  font-family: "SequentialistBB";
  src: url("../fonts/306FA6_1_0.woff2") format("woff2"), url("../fonts/306FA6_0_0.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "SequentialistBB";
  src: url("../fonts/306FA6_0_0.woff2") format("woff2"), url("../fonts/306FA6_0_0.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}
* {
  box-sizing: border-box;
}

body {
  font-family: SequentialistBB, cursive;
  font-size: 2.5vw;
  background: url('../img/bg.png') repeat;
  margin: 0;
}

#mathi {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

#mathi img {
    width: 50%;
    left: 10%;
    max-width: 70vh;
}

#textarea {
  background: rgba(0,0,0,0);
  outline: none;
  border: 2px solid rgba(0,0,0,0.2);
  position: absolute;
  width: 40%;
  height: 40%;
  font-size: 45px;
}

#button {
  position: absolute;
}

.button-74 {
  background-color: #fbeee0;
  border: 2px solid #422800;
  border-radius: 30px;
  box-shadow: #422800 4px 4px 0 0;
  color: #422800;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  padding: 0 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-74:hover {
  background-color: #fff;
}

.button-74:active {
  box-shadow: #422800 2px 2px 0 0;
  transform: translate(2px, 2px);
}

@media (max-width: 850px) {
  #textarea {
    display: none;
  }
}

#screenshot {
  position: absolute;
  right: 20px;
  top: 20px;
}

#questionCopy {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
  font-size: 40px;
  text-shadow: 1px 1px lightgray;
  color: #777;
  display: none;
}

#loading {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  left: 30%;
}

@media (max-width: 850px) {
  #questionCopy {
    display: block;
  }
}

body {
  background-color: rgba(201, 171, 121);
}

