body {
  font-family: "MS Gothic", sans-serif;
  margin: 0;
  color: #f4f4d0;
  background-color: #080808;
  background-image: url(/images/bluegrid.png);
  background-repeat: repeat;
}
* {
  box-sizing: border-box;
}
#content {
  font-family: "MS UI Gothic";
}
.post {
  list-style-type: none;
}
strong {
  color: #3a4e80;
}
#container {
  margin: 0 auto;
}
#container a {
  color: #5878a8;
}
#container a:hover {
  color: #3a4e80;
}
#leftSidebar {
  background-color: transparent;
  width: 150px;
  vertical-align: baseline;
}
#flex {
  display: flex;
  justify-content: center;
  width: 100%;
}
main {
  padding: 20px;
  margin: 0 auto;
  width: 960px;
  background-color:#040810;
  border: 2px solid #2D4696;
}
#header {
  text-align: center;
  background-color: transparent;
}
#header h1 {
  padding: 20px 0;
  margin: 0;
  font-family: "MS Gothic";
}
#navbar {
  height: 24px;
  background-color:#020408;
  border: 2px solid #2D4696;
  border-bottom:none !important;
  margin: auto;
  display: flex;
  justify-content: center;
  font-family: "MS Gothic";
  width:960px;
}
#navbar ul {
  display: flex;
  padding: 0;
  margin: 0;
}
#footer #navbar ul {
  margin: -8px 0 24px 0;
}
#navbar li::marker {
  content: "";
}
#navbar li {
  margin-left: 0;
}
#navbar li a {
  color: #5878a8;
  font-weight: bold;
  font-size: 14px;
}
#navbar li a:hover, #footer li a:hover {
  color: #3a4e80;
}
#footer {
  width: 100%;
  height: 40px;
  text-align: center;
  margin: 0 auto;
}
#footer img {
  width:88px;
  height:31px
}
h3 {
  font-size: 20px;
  margin: 0;
}
hr {
  background-color: #202020;
  height: 2px;
  border: none;
}
.line {
  font-size: 0.9rem;
  font-weight: 400;
}
.tag {
  font-weight: 700;
}
.middot::after {
  content: "-";
  display: inline-block;
}
.title {
  color: #5878a8;
  font-family: "MS UI Gothic";
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 0;
}