#center-panel {
	  left:50%;
	  top:50%;
	  position: fixed;
}
#skull{
  margin: 0 auto;
  width:50px;
  height: 50px;
  background-size: 60px 30px;
  z-index:3;
}
#upper-panel{
    margin-left: -50vw;
    margin-top:  -50vh;
    width:  100vw;
    height: 10vh;
    position:absolute;
    background-color: black;
    border: 0px solid white;
    background-image: url('../assets/mouth-top.png');
    background-size: 60px 30px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px 10px 0px 0px;
    z-index:4;
}
#shell-panel {
  height: 100vh;
  width:  100vw;
  margin-left: -50vw;
  margin-top: -50vh;
  position: absolute;
  background-color: #002f05;
  color: #00fe00;
  padding: 20px 20px 20px 20px;
  display: block;
  /*start*/

  display: block;
  font-family: 'AndaleMono', monospace;
  font-weight: bold;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  white-space: pre-wrap;
  text-shadow: 0 0 2px rgba(31, 240, 66, 0.75);
  line-height: 1.5;
  margin-bottom: 0.75em;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
  word-wrap: keep-all;
  /*end*/
  border: 5px solid black;

  z-index: -1;
}
#lower-panel{
  margin-left: -50vw;
  margin-top:  50vh;
  width:  100vw;
  height: 10vh;
  position: absolute;
  background-color: black;
  border: 0px solid white;
  background-image: url('../assets/mouth-bot.png');
  background-size: 60px 30px;
  background-repeat: no-repeat;
  background-position: center;

}


#link {
    text-decoration: none;
    font-family: 'AndaleMono', monospace;
    color: #009900;
    text-shadow: 0 0 2px rgba(31, 240, 33, 0.75);
    font-weight: bold;
    font-size: 0.9em;
}

#shell-view{
  word-wrap: break-word;
}
a:visited, a:link, a:active
{
    text-decoration: none;
}

a:hover 
{
  color: #000000;
}

@media only screen and (max-width: 5s00px) {
    /* For mobile phones: */
    #shell-panel{
        font-size: 1.6em;
    }
    #link  {
        font-size: 1.25em
    }
}



