@font-face {
    font-family: 'Routed Gothic';
    font-style: normal;
    font-weight: normal;
    src: local('Routed Gothic'), url('./fonts/routed-gothic.ttf') format('opentype');
}

@font-face {
    font-family: 'Routed Gothic Italic';
    font-style: italic;
    font-weight: normal;
    src: local('Routed Gothic Italic'), url('./fonts/routed-gothic-italic.ttf') format('opentype');
}

@font-face {
    font-family: 'DSE Typewriter Font';
    font-style: normal;
    font-weight: normal;
    src: local('DSE Typewriter Font'), url('./fonts/dse-typewriter-font.ttf') format('opentype');
}

html {
  font-family: 'Routed Gothic', helvetica, sans-serif;
  /* background-color: #f0f0ff; */
  background-color: #fff5d1;
  color: black;
  font-size: 1.2em;
}

pre {
    font-family: 'DSE Typewriter Font', monospace;
}

i {
  font-family: 'Routed Gothic Italic', helvetica, sans-serif;
}


h2 {
	margin-top: 1.5em;
}

body {
    margin-top: 3em;
    margin-bottom: 3em;
  margin-left: 5em;
  margin-right: 5em;
}

p {
    text-align: justify;
    test-justify: auto;
    max-width: 75ch;
}

a {
  background-color: inherit;
  color: royalblue;
}

a:visited {
  background-color: inherit;
  color: crimson;
}

.pgp {
  font-family: 'DSE Typewriter Font', monospace;
}

#footer {
  width: 100%;
  min-height: 65px;
  position: relative;
  bottom: 20px;
  max-width: 75ch;
}

.left {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.right {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.ku {
  float: left;
  margin-right: 5px;
  height: 65px;
  width: 65px;
  background: url("ku.png") no-repeat;
}

.bath {
  float: left;
  height: 65px;
  width: 65px;
  background: url("bath.png") no-repeat;
}
