.selfCSS {
  display: flex;
  background color: #000000;
  padding: 5px;
}

body {
  margin: 0.5%;
  padding: 1px;
  font-family: Verdana, sans serif;
  font-size: 0.8em;
  line-height: 1.15;
  background: #000000;
  color: #4cde00;
  height: 100%;
  cursor: crosshair;
  justify-content: center;
}

li {
  text-indent: -2.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

li:before {
  content: "> ";
}

img {
  max-width: 100%;
  height: auto;
}

a:link {
  color: rgba(206, 210, 101, 1);
  text-decoration: none;
  text-shadow: 0 0 10px rgba(89, 114, 0, 0.8);
}

a:visited {
  color: rgba(233, 230, 124, 0.85);
  text-decoration: none;
}

a:hover {
  color: rgba(238, 232, 98, 1);
  text-decoration: underline;
  text-shadow: 0 0 10px rgba(180, 204, 0, 1);
  cursor: cell;
}

a:active {
  color: #d1e189;
  text-decoration: none;
}

h1 {
  color: #247a00;
  font-family: Verdana, sans serif;
  font-size: 1.25em;
  text-decoration: none;
}

h2 {
  color: #247a00;
  font-family: Verdana, sans serif;
  font-size: 1.3em;
  text-decoration: bold;
  font-style: normal;
}

h3 {
  color: rgba(216, 217, 0, 1);
  font-family: Verdana, sans serif;
  font-size: 1em;
  text-decoration: bold;
  font-style: normal;
}

h4 {
  color: rgba(216, 217, 0, 1);
  font-family: Verdana, sans serif;
  font-size: 1em;
  text-decoration: bold;
}

h5 {
  color: rgba(187, 221, 0, 1);
  font-family: Verdana, sans serif;
  font-size: 1em;
  text-decoration: bold;
  font-style: normal;
}

h6 {
  color: #9ce557;
  font-family: Verdana, sans serif;
  font-size: 1em;
  text-decoration: bold;
  font-style: normal;
}

hr {
  color: #1c5e00;
  width: 99%;
  margin: 0px;
  padding: 0px;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #1c5e00 #000000;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: #8d9f62;
}

*::-webkit-scrollbar-thumb {
  background-color: #4f6629;
  border-radius: 10px;
  border: 1px dashed #273118;
}

#container {
  max-width: 85%;
  margin: 0 auto;
  z-index: 1;
}

#flex {
  display: flex;
}

aside {
  border: 5px solid;
  border-color: #1c5e00;
  padding: 5px;
  overflow: auto;
  margin: 5px;
  max-width: 150px;
  font-size: 0.85em;
  max-height: 250px;
}

main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border: 5px solid;
  border-color: #1c5e00;
  padding: 10px;
  overflow: auto;
  margin: 5px;
  flex: 1;
  order: 2;
  text-align: left;
}

.date {
  display: flex;
  flex-wrap: wrap;
  text-align: right;
  overflow: auto;
  justify-content: right;
  align-items: right;
  line-height: 0.25em;
  
}

.entry {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  overflow: auto;
  margin: 5px;
  text-align: left;
}

.moodmusic {
  display: flex;
  flex-direction: column;
  text-align: left;
}
