
 html, body {
   width: 100%;
   min-height: 100%;
   margin: 0 auto;
   font-size: 25px;
   background-color: black;
   font-family: "tox_typewriter";
   background-image: url(https://tsubakiroom.neocities.org/repeat-paper001neohimeism.gif), url(https://tsubakiroom.neocities.org/blackpaper2.gif), url(https://tsubakiroom.neocities.org/repeat-flower054_4.jpg);
   background-repeat: repeat-y, repeat-y, repeat-x;
   background-position: center top, center top, bottom;
   background-attachment: scroll, scroll, fixed;
 }

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: 460px;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  text-align: center;
}

.navis {
  position: relative;
  width: 520px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 10px;
}

.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;
}