@font-face {
  font-family: DOS;
  src: url(PerfectDOS.ttf);
}

#background {
  background-image: url('https://cdn.discordapp.com/attachments/819259542020947968/1101303217423388744/ocean.jpg');
  width: 105%;
  height: 105%;
  position: absolute;
  z-index: -100;
  top: -5%;
  left: -5%;
}

#image {
  position: absolute;
  top: 43%;
  left: -2%;
}

a {
  color: black;
}

a:hover {
  color: grey;
  background-color: white;
  cursor: crosshair;
}

b {
}

.posticon {
  width: 110px;
}

.postbody {
  border-top: 1px solid grey;
  padding: 5px 0px 0px 0px;
}

.postdate {
  width: 20%;
  font-family: DOS;
}

.posttitle {
  font-size: 20px;
  font-weight: bold;
}

#maintable {
  position: absolute;
  width: 96%;
  height: 73%;
  top: 26%;
  left: 1%;
  border: 2px outset;
  background-color: grey;
}

#window {
  border: 1px outset;
  background: rgb(2,0,36);
  background: linear-gradient(135deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  color: #fff;
  vertical-align: middle;
  height: 25px;
  font-size: 20px;
  padding: 2px;
  font-family: DOS;
}

#main {
  width: 100%;
  height: 100%;
  border: 0px;
  border: 1px inset;
  background-color: white;
}

#footer {
  height: 10px;
  border: 1px inset;
  background: lightgrey;
  padding: 2px 2px 0px 2px;
  color: grey;
}

.windowbutton {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: 2px outset;
  background-color: lightgrey;
  color: black;
  width: 15px;
  height: 12px;
  overflow: clip;
  padding: 1px;
}

#navigation {
  background: #ffffd0;
  border-radius: 5px;
  border: 1px solid black;
  position: absolute;
  width: 93%;
  height: 22%;
  position: absolute;
  overflow: scroll;
  top: 1%;
  left: 2%;
  padding: 5px;
  font-family: DOS;
}

.header {
  border: 1px solid #CCCCA6;
  border-radius: 5px;
  margin: 10px;
  text-align: center;
  padding: 2px;
}