html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

h1 {
  margin: 0;
  font-size: 2em;
  font-style: italic;
  text-align: center;
}

#wordInputTable {
  border: 1px outset;
  margin: 0 auto;
}

#wordInputTable td {
  border: 1px inset;
}

#strings {
  width: 100%;
  width: calc(100% - 3.5em);
  max-width: 375px;
}

#first,
#end {
  width: 100%;
  max-width: 29px;
}

/****** COLOR ******/

body {
  background-color: #000000;
  color: #eeeeee;
}

a:link,
a:visited {
  color: #ffff00;
}

a:active {
  color: #ff0000;
}

.accent1 {
  color: #ffff00
}

.accent2 {
  color: #ff0000;
}