
body {
  font-size: 1.3em;
  font-family: monospace;
  line-height: 1.2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  background-image:url("https://katies-room.neocities.org/Images/SB097.JPG");
}

.header {
  margin-top: 0px;
  transform: rotate(1.5deg);
  padding: 30px 0px 0px 0px;
}

.wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding top: 20px;
  padding-bottom: 10px;
}

.inside {
  background-color: #ffffff;
  width: 1000px;
  display: block; /* Ensure it is a block element */
  margin-left: auto;
  margin-right: auto;
}

header, main, footer {
  padding: 1rem;
}

main {
  padding: 0px 30px 10px 30px;
}

.navtop {
  text-align: center;
  display: flex;
  justify-content: space-around;
  padding: 2px 0px 30px 0px;
  font-size: 1rem;
  font-family: monospace;
  max-width: 1400px;
}

.imgtxt {
  width: fit-content;
  height: fit-content;
  display: inline-block;
}

.imgtxt:hover img, .imgtxt:focus img {
  transform: scale(1.1) rotate(5deg);
}

a:hover {
  transform: scale(1.1);
}

nav a {
  text-decoration: none;
  padding: 1px 15px 0px;
  color: black;
  font-weight: bold;
}

.imgtxt span {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  font-size: 20px;
  color: #ffffff;
  filter: drop-shadow(1px 1px 1px black) drop-shadow(-1px 1px 0 black) drop-shadow(1px -1px 0 black) drop-shadow(-1px -1px 0 black);
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  margin: 0px 0px 40px 0px;
  text-align: justify;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin: 0px 0px 20px 0px;
}

.grid-item {
  text-align: justify;
  border-width: 30px;
  border-style: solid;
  border-image: url("https://katies-room.neocities.org/border.png") 15% stretch;
  padding: 0px 0px 0px 0px;
}

.grid3-item {
  text-align: left;
  border-width: 30px;
  border-style: solid;
  border-image: url("https://katies-room.neocities.org/border.png") 15% stretch;
  padding: 0px 10px 0px 10px;
  font-size: 14px;
}

.body-text2 {
  text-decoration: underline;
}

.heading-text1 {
  position: grid;
  top: 5%;
  left: 4%;
}

h2 {
  color: black;
  font-size: 32px;
  font-family: monospace;
}

h3 {
  color: black;
  font-size: 20px;
  font-family: monospace;
}

.scroll {
  height: 200px;
  overflow: scroll;
}

.footer-text {
  color: #000000;
  font-weight: bold;
  font-family: monospace;
  margin: 0px 0px 10px 0px;
}

a {
  color: Black;
  text-decoration: none;
}

.bottom-nav {
   margin: 0px 0px 10px 0px;
}

a:hover {
   font-weight: bold;
}