.column1,
.square {
  float: left;
}
.column1,
.column2 {
  background-color: #f3efeb;
}
.square,
.squareempty {
  border: 1px solid #000;
}
@font-face {
  font-family: Eliot Lord;
  src: url(Fonts/Eliothand2-Regular.otf);
}
#timer {
  text-align: center;
  left: 50%;
}
.square {
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  position: relative;
}
.num,
.number,
.smallnum {
  position: absolute;
}
.smallnum {
  top: 2px;
  left: 2px;
  width: 15px;
  height: 15px;
  font-size: 15px;
}
.column2 {
  padding-left: 1%;
  float: right;
}
.square input,
.squareempty {
  float: left;
  padding: 0;
  margin: 0;
}
.header,
.squareempty,
.titletext1 {
  background-color: #000;
}
.squareempty {
  width: 25px;
  height: 25px;
}
#puzzlecontainer {
  width: 550px;
  height: 550px !important;
  padding-bottom: 8%;
}
.square input {
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: Eliot Lord;
  font-size: 14pt;
  border: 0 round;
  vertical-align: text-top;
}
.num {
  top: 100%;
}
body::-webkit-scrollbar {
  width: 1em round;
  overflow: scroll;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #000;
}
body::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: #000000 solid 1px;
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb:hover {
  cursor: url("img/background/cursors/pointer1.png");
}
h1 {
  font-size: 5dvh;
}
h2 {
  font-size: 3dvh;
}
#Down {
  display: inline-block;
  top: 0;
}
input {
  cursor: url("img/background/cursors/text%20cursor.png") !important;
}
.titletext1 a {
  color: #fff;
}
.number {
  top: 5px;
  left: 5px;
  font-size: 14px;
  color: #333;
}
