* {
  box-sizing: border-box;
}
html {
  background: #2c1e2c;
  font-family: tahoma, verdana, arial, sans-serif;
  min-height: 100%;
}
body {
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  margin: auto;
  min-height: 100%;
}
.manual-text {
  padding: 24px;
  border: 2px solid white;
  border-top: none;
  border-bottom: none;
  color: white;
  background: #2f2c2f;
  margin-left: 260px;
  min-height: 100vh;
}
a {
  color: #ef55df;
  text-decoration: none;
}
a:hover {
  color: #ffffaa;
  text-decoration: underline;
  text-decoration-style: dotted;
}
.sidebar {
  display: block;
  position: fixed;
  top: 12px;
  width: 254px;
  border: 2px solid white;
  color: white;
  background: #2f2c2f;
}
.sidebar a {
  display: block;
  padding: 4px;
  padding-left: 12px;
  padding-right: 12px;
  background: inherit;
  margin: 2px;
  color: #9c009c;
  border-top: 1px outset #4f4c4f;
  border-left: 1px outset #4f4c4f;
  border-bottom: 1px outset #0f0c0f;
  border-right: 1px outset #0f0c0f;
}
.sidebar a:hover {
  color: white;
  text-shadow: 0px 0px 3px #ff00ff;
  text-decoration: none;
}
.sidebar a:active {
  border-top: 1px outset #0f0c0f;
  border-left: 1px outset #0f0c0f;
  border-bottom: 1px outset #4f4c4f;
  border-right: 1px outset #4f4c4f;
  background: #4f4c4f;
}
.mw {
  width: 100%;
}
textarea {
  resize: none;
  width: 100%;
  height: 70vh;
  background: #000000;
  border: 1px solid #afafaf;
  color: white;
}
