body {
  margin: 0;
  background: #08090f;
  background-image: url('./snow3.gif');
  background-size: 50%;
  color: white;
  font-family: Verdana;
}

a:link {
  color: #7b5cd1;
}
a:visited {
  color: #7b5cd1;
}
a:hover {
  color: #6844c9;
}
a:active {
  color: #8336c7;
}
span {
  text-decoration: dotted underline;
  cursor: help;
  color: #ffdc7a;
}

.bottom-right-text {
  position: absolute;
  font-size: 10px;
  right: 0;
  bottom: 0;
}

.container {
  padding: 5px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.footer {
  width: 1140px;
  height: 30px;
  border: 4px solid #332445;
  background-color: rgba(28, 28, 28, 0.8);
  padding: 5px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.main-box {
  border: 5px solid #332445;
  border-right-color: #514163;
  border-bottom-color: #595063;
  border-top-color: #7b7285;
  width: 890px;
  height: 680px;
  background-color: rgba(28, 28, 28, 0.8);
  margin-left: 20px;
}

.box-inner {
  border: 2px solid #3b2852;
  height: 98%;
  width: 98%;
  margin-left: 7px;
  margin-top: 7px;
  overflow-y: scroll;
}

.box-title {
  font-size: 21px;
  margin-bottom: 4px;
  padding-bottom: 5px;
}

.box-separator-title {
  width: 150px;
  border-bottom: 2px solid #fff;
  margin-bottom: 5px;
}

.box-text {
  font-size: 16px;
  line-height: 1.4;
  margin-left: 3px;
}

.bottom-text {
  font-size: 16px;
  line-height: 1.4;
  display: flex;
}

.nav-box {
  width: 230px;
  height: 680px;
  background-color: rgba(28, 28, 28, 0.8);
  border: 4px solid rgba(28, 28, 28, 0.8);
}

.nav-box-inner {
  border: 2px solid #4c4554;
  height: 99%;
  padding: 2px;
}
