html * {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.625;
  color: #000000;
  text-align: center;
  text-decoration: none;
  font-family: andale mono, monospace;
}

h1 {
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
}

p.invisible {
  display: none;
}

.body {
  margin: 0;
  padding: 0;
}

.pagetitle {
  text-align: center;
  font-size: 1.5em;
  font-weight: 900;
}

.author {
  text-align: center;
  font-size: 1.2em;
  font-weight: 900;
  margin: 10px;
}

.navbar {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.navbar ul {
  list-style: none;
  text-align: center;
  margin: auto;
}

.navbar a {
  text-decoration: none;
  width: 130px;
}

.navbar a:hover {
  border: 1px solid #000000;
}

.content-box {
  width: 50%;
  margin: auto;
  margin-bottom: 100px;
  padding: 10px;
}

.content-box p {
  text-align: justify;
}

.content-box a:link {
  font-weight: 550;
  text-decoration: underline;
}

.content-box a:hover {
  background-color: #fffdd0;
}

.poemContainer {
  width: 40%;
  margin: 10% 30% 10% 30%;
}

a {
  font-size: 30px;
  text-align: center;
}

#shuffle-button {
  margin-top: 50px;
  text-transform: uppercase;
  background-color: rgb(2, 0, 20);
  color: #fff;
  border: 0;
  padding: 0.5em 1em;
  letter-spacing: 0.5px;
}

#shuffle-button:disabled {
  display: none;
  cursor: not-allowed;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.flex-container {
  width: 40%;
  margin: 1% 30% 1% 30%;
}

.verse {
  display: none;
  z-index: 3;
}

#animated-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Ensure the background is behind other content */
  overflow: hidden;
}
