body {
  background-image: url('https://github.com/slade9990/neversaid/blob/main/auiwduawdadasdw.png?raw=true');
  color: white;
  font-family: serif;
  margin: 0;
  padding: 0;
}

/* HEADER */
header {

  text-align: center;
  margin-top: 50px;
}

img {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

@font-face {
  font-family: "Alagard";
  src: url("https://neversaid.neocities.org/alagard.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body{
  font-family: "Times New Roman", monospace;
}

/* MAIN LAYOUT */
.container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 10px;
}

/* LEFT NAV */
.left {
  border: 1px solid white;
  width: 150px;
  padding: 10px;
  background-color: #00000080;

}

.image-box {
  border: 1px solid white;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.left ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.left li {
  margin-bottom: 5px;
}

/* CENTER CONTENT */
.center {
  border: 2px solid white;
  width: 400px;
  padding: 15px;
  font-size: 14px;
  height: 500px;
  background-color: #00000080;
}

/* RIGHT SIDEBAR */
.right {
  border: 1px solid white;
  width: 150px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #00000080;
}

.status, .links {
  border: 1px solid white;
  padding: 5px;
  font-size: 12px;
}