@font-face {
    font-family: "newConsolas";
    src: url("jgs9.ttf");
}
 
#mainGame{
    font-family: 'newConsolas';
    font-size: 1.5em;
}

body{
  background-color: #7fbce4;
  color: white;
  background-image: url(src/blueskydot.png);
  background-repeat: repeat;
}

#startGame{
  font-family: 'newConsolas';
}

 /* unvisited link */
a:link {
  color: white;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: white;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: red;
  text-decoration: none;
}

#messageDisplay{
    font-size: 2em; 
    font-family: 'newConsolas';
}

#keys{
  margin:.4em;
  margin-left: 2em;
  font-size: 3.5em;
  font-family: 'newConsolas';
  color: yellow;
}

.introtext{
    font-family: 'newConsolas';
    font-size: 1.2em;
    background-color: black;
    max-width: fit-content;
    padding: 1em;
}

#begin{
  font-size: 8em;
}

#logostart{
    font-family: 'newConsolas';
    font-size: 1em;
    background-color: black;
    max-width: fit-content;
    padding: 1em;
}

#mainGame, #messageDisplay, #jarhead{
  overflow: hidden;
}

#back{
    font-family: 'newConsolas';
    color: white;
    font-size: 1.5em;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

#intro{
    font-family: 'newConsolas';
    color: black;
    font-size: 1.5em;
    position: absolute;
    top: 0;
    left: 0;
    width: 105%;
    overflow-wrap: break-word;
    line-height: 50%
  }

.line{
  font-size: 1.5em;
  width: 100%;
  overflow: hidden; 
}