@font-face {
  font-family: "typewriter";
  src: url(typewriter/JMH_Typewriter.ttf);
  font-weight: 400;
  font-style: normal;
}

.button {
  font-family: "typewriter", Verdana;
  font-size: 20px;
  border: 2px #626262 solid;
  display: inline-block;
  text-align:center
}

.flex {
  display: flex;
}

.nav {
  background: #0f0f0f;
  border: 2px #626262 solid;
  padding: 10px;
  margin-bottom: 10px;
}

.nav a {
  padding: 4px
}

.scrollable {
  overflow: scroll;
}

.tk {
  color: #ff0066
}

.kan {
  color: #ff0000
}

.dk {
text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
color: #151515;
}

.kk {
  color: #626262;
}

.GLaDOS {
  color: #fc7a00;
}

body {
  background: black;
  color: white;
  font-family: "typewriter", Verdana;
  padding: 10px;
  margin: 20px;
  margin-top: 0px;
}

h1 {
  padding: 4px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 2px #626262 solid;
  background: #0f0f0f
}


a:link {
  color: red;
}

a:visited {
  color: pink;
}

p {
  padding: 4px;
  background: #0f0f0f;
  margin: 1px
} 

ol {
  padding: 4px;
  padding-left: 25px;
}