@import url(https://fonts.googleapis.com/css?family=Walter+Turncoat);
html {
  background: -webkit-linear-gradient(90deg, #485563 10%, #29323c 90%);
  background: -moz-linear-gradient(90deg, #485563 10%, #29323c 90%);
  background: -ms-linear-gradient(90deg, #485563 10%, #29323c 90%);
  background: -o-linear-gradient(90deg, #485563 10%, #29323c 90%);
  background: linear-gradient(90deg, #485563 10%, #29323c 90%);
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden
}

body {
  color: #E8E8E8;
  font-family: "Walter Turncoat", cursive;
  display: block;
  width: 80%;
  height: 80%;
  min-height: auto;
  margin: 1.875rem auto 0 auto;
  background-color: #497959;
  padding: 1.25rem 1.875rem;
  overflow-y: auto;
  box-shadow: -1px 2px 2px 0px #555, inset 0 0 10px 0 #555;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: #B78240 solid 10px;
  background-image: url('../img/polvopizarra.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

body:after {
  content: "";
  display: block;
  position: fixed;
  -webkit-border-radius: 0.1em 0.1em 0 0.1em;
  -khtml-border-radius: 0.1em 0.1em 0 0.1em;
  -moz-border-radius: 0.1em 0.1em 0 0.1em;
  -ms-border-radius: 0.1em 0.1em 0 0.1em;
  -o-border-radius: 0.1em 0.1em 0 0.1em;
  border-radius: 0.1em 0.1em 0 0.1em;
  width: 50px;
  height: 8px;
  background: #f1f1f1;
  top: 80%;
  margin-top: 75px;
  margin-right: 60px;
  right: 5%;
  box-shadow: inset 0 -4px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.3)
}

a {
  color: #ff0
}

input[type="number"]
{
    background: transparent !important;
    outline: 0 !important;
    color: white !important;
    border-width: 0 0 2px !important;
    border-color: white !important;
    text-align: center !important;
    font-size: 3rem !important;
    font-family: "Walter Turncoat", cursive !important;
    line-height: 110% !important;
    margin: 2.3733333333rem 0 1.424rem 0 !important;
}

.validate{
    font-size: 1rem;
    height: 1rem;
}
