/* kate: syntax PHP; */

/* kate: syntax CSS; mode web;*/
body {
  background: #000;
  line-height: 1.5;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin: calc(3rem + 3.2vw) 0 0 13rem;
  font-family: Arial, sans-serif;
}

h2 {
  text-align: center;
}

.content {
  padding: 0 4rem;
  min-height: calc(100vh - (3.2vw + 16.5rem));
  margin: 0 auto;
}

.userbar {
  height: 2rem;
  }

.doc-text {
  text-align: center;
  white-space: pre-wrap;
  overflow-x: hidden;
  word-break: break-word;
}

.topbar {
  z-index: 2147483647;
  position: fixed;
  top: 0;
  left: 0;
  height: calc(3.2vw + 1rem);
  font-size: 2.5vw;
  text-align: center;
  width: 100%;
  color: #FF7777;
  background-color: #422;
  background-image: linear-gradient(to bottom, #422, #111);
  transform: translateZ(0);
}

.topbar-container {
  transform: translateX(5rem)}

.topbar img {
  margin-top: 1rem;
  width: 2.5vw;
}

.topbar span {
  vertical-align: center;
}

.page-bottom {
  font-size: calc(12px + 0.4vw);
  height: 10rem;
  background-color: #111;
  text-align: center;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

pre {
  font-family: Arial, sans-serif;
}

a:link {color: #00FFFF;}  
a:visited {color: #FFFF77;}  
a:hover {color: #AAFFFF;}  
