body {
  background-color: #535353;
  image-rendering: optimizeSpeed;
  text-align: center;
  font-family: "courier", monospace;
}

@font-face {
    font-family: 'viktor';
    src: url('/fonts/viktor.ttf');
}
@font-face {
    font-family: 'ivan';
    src: url('/fonts/ivan.ttf');
}
@font-face {
    font-family: 'kathi';
    src: url('/fonts/kathi.ttf');
}
@font-face {
    font-family: 'fefe';
    src: url('/fonts/fefe.ttf');
}
@font-face {
    font-family: 'gf';
    src: url('/fonts/gf.ttf');
}
@font-face {
    font-family: 'bug';
    src: url('/fonts/bug.ttf');
}
@font-face {
    font-family: 'cgi';
    src: url('/fonts/cgi.ttf');
}
@font-face {
    font-family: 'cbh';
    src: url('/fonts/cbh.ttf');
}
@font-face {
    font-family: 'natalie';
    src: url('/fonts/natalie.ttf');
}
@font-face {
    font-family: 'courier';
    src: url('/fonts/courier.ttf');
}

a:link {
  color: #0000ee;
  text-decoration: underline;
  font-family: "Verdana", sans-serif;
}
a:visited {
  color: #9d37fa;
  text-decoration: underline;
  font-family: "Verdana", sans-serif;
}
a:hover {
  color: #0000ff;
  text-decoration: underline;
  font-family: "Verdana", sans-serif;
}
a:active {
  color: #3333ff;
  text-decoration: underline;
  font-family: "Verdana", sans-serif;
}

img    {
  image-rendering: optimizeQuality;
}
.comic {
  width: 90%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  color: #000000;
  background-color: #eeeeee;
  border-left: 100px solid #c6c6c6;
  border-right: 100px solid #c6c6c6;
  border-top: 10px solid #c6c6c6;
  border-bottom: 20px solid #c6c6c6;
}
.footer{
  background-color: #eeeeee;
  padding: 10px;
  color: #000000;
  width: 90%;
  max-width: 835px;
  margin-left: auto;
  margin-right: auto;
  border-top: 30px solid #535353; 
}
.header{
  background-color: #535353;
  padding: 5px;
  color: #ffffff;
}
.command {
    background-color: #111111; 
    border: 1px solid #ffffff;
    padding: 10px;
    margin: 20px auto;
    width: 80%;
    max-width: 600px;

    /* Font styles */
    font-family: "Lucida Console", monospace;
    color: #ffffff;
    text-align: left;
    font-size: .8em;
}

.command h3 {
    margin-top: 0;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
}

.text {
    background-color: #eeeeee; 
    border: 3px dashed #808080;
    padding: 10px;
    margin: 20px auto;
    width: 80%;
    max-width: 600px;

    /* Font styles */
    font-family: "courier", monospace;
    color: #000000;
    text-align: left;
    font-size: .9em;
}

.text h3 {
    margin-top: 0;
    border-bottom: 3px dashed #808080;
    padding-bottom: 5px;
}

.viktor {
  font-family: 'viktor';
  font-size: 15;
}

.preivan {
  font-family: 'Times New Roman', serif;
  font-size: 17;
}
.ivan {
  font-family: 'ivan', serif;
  font-size: 15;
}
.kathi {
  font-family: 'kathi', serif;
  font-size: 22;
}
.bug {
  font-family: 'bug', serif;
  font-size: 22;
}
.fefe {
  font-family: 'fefe', serif;
  font-size: 20;
}
.gf {
  font-family: 'gf', serif;
  font-size: 22;
  font-weight: 900;
}
.cgi {
  font-family: 'cgi', serif;
  font-size: 22;
  font-weight: 500;
}
.cbh {
  font-family: 'cbh', serif;
  font-size: 20;
}
.natalie {
  font-family: 'natalie', serif;
  font-size: 20;
}
.maxim {
  font-family: 'courier', monospace;
  font-size: 17;
}