*,
body {
  padding: 0;
  margin: 0;
  background-color: #eee;
  font-family: "Courier New", Courier, monospace;
}

.content {
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow-y: auto;
  background-color: #eee;
  /* transition: transform 0.5s ease-in; */
}

div.tallMan {
  position: relative;
  width: 80px;
  margin: 0 auto;
  height: 100%;
}

.man {
  font-family: monospace, Courier, monospace;
  text-align: center;
  color: #000;
  text-align: center;
  font-size: 30pt;
}

.man-t {
  top: 0;
}

.man-m {
  width: 0px;
  border-left: 3px solid #000;
  height: calc(100% - 93px);
  margin: -38px auto -10px auto;
}

.man-b {
  bottom: 0;
}

img.thetallboke {
  display: block;
  bottom: 0px;
  position: absolute;
  right: 0px;
  width: 10%;
  z-index: 2;
  background: transparent;
}

.content section {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  max-width: 30%;
  font-family: "Courier New", Courier, monospace;
}
.content section h1 {
  font-size: 2em;
  border-bottom: 1px solid #888;
}
.content section p {
  font-size: 1em;
  margin-top: 10px;
}

.hor {
  display: none;
}

.vert {
  display: block;
}/*# sourceMappingURL=style.css.map */