body {
  font-family: "Courier New",Courier,monospace;
  line-height: 1.7em;
  font-size: 0.9em;
}

#tess {
  text-align: center;
  margin-top: 3px;
  margin-left: 1px;
  height: 410px;
  padding-top: 10px;
}

#image {
  margin-top: 7px;
}

#enter {
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 200px;
  left: 50%;
  margin-left: -97px;
}

#block {
  display: block;
  height: 40px;
  padding-top: 15px;
  letter-spacing: 5px;
}

a {
  color: black;
  text-decoration: none;
  outline-color: invert;
  outline-style: none;
  outline-width: 0;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

#container {
  background-image: url(../Images/background/background.png);
  background-position: center top;
  margin-top: 25px;
  background-repeat: no-repeat;
}