body {
  background-color: black;
  color: rgb(0, 177, 64);
  font-family: vt323;
  a {
    color: rgb(0, 177, 64);
  }
}
.main-wrapper {
  display: flex;
  align-items: stretch;
  min-height: 100vh;
}

.sidebar {
  width: 150px;
  order: -1;
  align-items: left;
  display: flex;
  flex-direction: column;
  justify-content: left;
  border-style: double;
  padding: 20px;
}
.main-content {
  flex: auto;
  display: block;
  justify-content: normal;
  align-items: normal;
  border-style: double;
  padding: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.banner {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: double;
}
.right-bar {
  width: 150px;
  align-self: right;
  align-items: center;
  display: flex;
  justify-content: center;
  border-style: double;
  padding: 20px;
  word-break: break-all;
  overflow-wrap: break-word;
}
.banner img {
  width: 100%;
  height: 100%;
}
.sidebar a {
  color: rgb(218, 134, 0);
  display: block;
}
.nic-logo {
  margin-bottom: 20px;
  border-style: double;
  width: fit-content;
  padding: 5px;
}

.nic-logo p {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.nic-logo p:nth-child(1) {
  opacity: 0.15;
}
.nic-logo p:nth-child(2) {
  opacity: 0.25;
}
.nic-logo p:nth-child(3) {
  opacity: 0.5;
}
.nic-logo p:nth-child(4) {
  opacity: 0.75;
}
.nic-logo p:nth-child(5) {
  opacity: 1;
}
.message-box textarea {
  background-color: black;
  color: rgb(0, 177, 64);
  border: double;
}
.message-box button {
  background-color: black;
  color: rgb(0, 177, 64);
  border: double;
}
