 body{
  font-family: "Jersey 15";
  font-size: 1rem;
  background-image: url("https://m2dmari-stuff.neocities.org/images/superCOOLbg.png");
  background-repeat: repeat;
}

.jersey-15-regular {
  font-family: "Jersey 15", sans-serif;
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#container {
  margin: 40px auto 0 auto;
  width: 90%;
  max-width: 600px;
  height: auto;
  border: solid 1px;
}

.uiBox {
  background-color: #ade289;
  height: 20px;
  color: white;
}
.titleBanner {
  background-color: #ff59e6;
  height: auto;
}
.bannerReal {
  padding-left: 10px;
}
#navbar ul{
  display: flex;
  padding: 10px 0 0 0;
  margin: 0;
  list-style-type: none;
  justify-content: space-evenly;
}
.contents {
  background-color: #e2d4fe;
  height: 455px;
  overflow: auto;
  align-items: flex-start;
}

.boxMain {
  border-bottom: solid 1px;
  margin: 0px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}
.boxMain img{
  width: 1.563vw;
  height: auto;
  margin-right: 10px;
}

.previewImg {
  display: flex;
  flex-direction: column;
}
.boxStory {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.titleStory {
  display: flex;
}
.descStory {
  display: flex;
}

.bottomThing {
  display: block;
  text-align: center;
  margin-top: 10px;
}

a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active {
  color: white;
}
/* start of WELCOME page */

.welcome {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  
}
.yeah {
  display: flex;
  flex-direction: row;
}
.smallpassBox {
  display: flex;
  border: solid 1px;
  background-color: white;
}
.passBox {
  display: flex;
  border: solid 1px;
  background-color: white;
  width: 100px;
}
.enterpassBox {
  background-color: white;
  border: solid 1px;
  padding: 5 10 5 10;
  font-size: 0.675em;
  text-decoration: none;
}

/* start of STORY PAGE html*/

.theCharacters {
  display: flex;
  flex-direction: row;
}

.ocsPreview {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.daBoxes {
  display: flex;
}

.insideLeftBoxes {
  padding: 10px 0 5px 0;
  max-width: 166.49px;
}
.rightBoxes {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
  
}
.profiles {
  background-color: yellow;
  height: auto;
  padding: 10px;
}
.lore {
  background-color: white;
  height: auto;
  padding: 10px;
}

