@font-face {
  font-family: "OMORI_Game";
  src: url("fonts/OMORI_GAME2.ttf") format("truetype");
}

.cooltext {
  font-family: "OMORI_Game", sans-serif;
  color: #6A0DAD;
}

.container {
  display: flex;
  max-width: 1000px;
  margin: 20px auto;
  gap: 20px;
  padding: 0 15px;
}

.box {
  border: 3px solid #6A0DAD;
  background-color: #C3B1E1;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}


.post {
  border: 3px dashed #6A0DAD;
  background-color: #ffffff;
  padding: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  text-align: center;
}

.postheader {
  font-family: "OMORI_Game", sans-serif;
  color: #6A0DAD;
  font-weight: bold;
  padding: .5rem 0;
  border-bottom: 4px double;
}
.posttime {
  font-family: "OMORI_Game", sans-serif;
  color: #6A0DAD;
  float: right;
  font-weight: bold;
  font-size: smaller;
  margin: .2em;
}

.postfooter {
    font-family: "OMORI_Game", sans-serif;
  color: #6A0DAD;
  font-weight: bold;
  padding: .5rem 0;
  border-top: 4px double;
  
}

.sidecolumn {
  top: 0;
  height: 100%;
  width: 240px;
  border-right: 3px dotted #6A0DAD; 
  border-left: 3px dotted #6A0DAD;
  background-color: #ece5ec;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  text-align: center;
  margin-left: 2em;
  margin-right: 2em;
  position: fixed;
  z-index: 99;
}

#icon {margin:auto;}
#icon img {
  border: 3px solid #6A0DAD;
  border-radius:50%;
  max-width:200px;
}

.main {
  flex-grow: 1;
  height: 70%;
  overflow: auto;
}

.scrollthing {
  border: 3px solid #f3e8ff;
  border-radius: 10px;
  padding-top: 10px;
  height: 440px;
  width: 754px;
  overflow: auto;
    margin-left: auto;
  margin-right: auto;
  scrollbar-color: #d8b4fe #f3e8ff;
  scrollbar-width: thin;
}