html {
  overflow-y: scroll;
}
 
 html, body {
   width: 100%;
   height: 100%;
   margin: 0 auto;
   font-size: 25px;
   font-family: "tox_typewriter";
 }
 
 ::-webkit-scrollbar {
    height: 0px;
    background: transparent; 
}

summary::marker {
  content: url("u12-icon-butterfly.gif");
}

/* url(repeat-flower052neohimeism.jpg) repeat-x center; */

  

a {
  text-decoration: none;
  color: black;
}


.title {
  position: relative;
  top: 50px;
  width: 620px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 40px;
  text-align: center;
  text-decoration: underline 2px;
  text-decoration-style: solid;
}

.blurb {
  position: relative;
  top: 40px;
  width: 560px;
  height: 245px;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
  /* ignore this for now bbgirl
  background: url(line004_001neohimeism.gif);
  background-size: 7%*/
}

.navis {
  position: relative;
  width: 560px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border: solid black 2px;
  padding: 10px;
  background: blue;
}

.entry-wrapper {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.entry {
  width: 100%;
  height: 100%;
  font-size: 25px;
  text-align: center;
  text-decoration: underline 2px;
  text-decoration-style: solid;
}

.entry2 {
  position: relative;
  width: 560px;
  background: red;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}