body {
  background-color: #0f0529;
  margin-bottom: 2%;
  color: #4a2574;
  font-family: "TheGoodMonolith", sans-serif;
}

#all {
  width: 60%;
  margin: 0 auto;
}

#header {
  width: 99.8%;
  height: 150px;
  border-top: 1px solid #7338a0;
  border-left: 1px solid #7338a0;
  border-right: 1px solid #7338a0;
  border-bottom: 0px;
  background-color: #9e72c3;
  background-image: url("https://files.catbox.moe/8uibci.gif");
  background-position: center center;
  background-repeat: repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

#title {
  margin: 0;
  text-align: center;
  color: #924dbf;
  text-shadow: 0px 0px 1px #0f0529;
}

#navbox {
  margin: 0px 0px 20px 0px;
  width: 100%;
  background-image: linear-gradient(to right, #9e72c3, #b28cd1, #9e72c3);
}

#navbox ul {
  margin: 0;
  padding: 10px;
  text-align: center;
  border: 1px solid #7338a0;
}

#navbox li {
  list-style-type: none;
  display: inline;
  font-size: 19px;
  margin: 10px;
}

.main {
  width: 100%;
}

.post {
  width: 100%;
}

.text {
  width: 84%;
  padding: 25px;
  border: 1px solid #7338a0;
  margin-bottom: 20px;
  background-color: #9e72c3;
}

.textborder {
  background-color: #b28cd1;
  border: 1px dashed #7338a0;
  padding: 20px;
  font-size: 15px;
}

.subheaders {
  margin: 0;
  font-weight: normal;
  font-size: 20px;
}

.date {
  margin: 0;
  font-size: 13px;
}

.icon {
  float: right;
  margin-top: 13px;
  margin-left: 10px;
  width: 125px;
  border: 1px solid #7338a0;
}

a {
  color: #4a2574;
  text-decoration: none;
}

a:visited {
  color: #4a2574;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
}

a:active {
  font-weight: normal;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #4a2574;
}