body {
  background: #131023;
  color: #eee;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  width: 100%;
  padding: 1em;
  background-image: url("back1.jpg");
  background-attachment: fixed;
}
h1 {
  text-align: center;
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
}
a {
  text-decoration: none;
  color: #eee;
  font-size: 160%;
  font-variant: small-caps;
}

#header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#header h1 {
  margin: 0px;
}
#header img {
  height: 15em;
  margin: auto;
}
#main {
  width: 100%;
  /*border-top: 1px double #aaa5;*/
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-evenly;
}
#landing {
  font-size: 150%;
  font-family: "Luxurious Script", cursive;
  font-weight: 400;
  font-style: normal;
}

#landing blockquote {
  text-align: center;
  margin: auto;
  width: fit-content;
}
#poem_cite {
  text-align: right;
}
.image-wrapper {
  display: inline-block;
  background-color: #131023; /* Match your website's background color */
}

.image-wrapper img {
  display: block;
  width: 100%;
  /* Creates a radial transparent gradient to fade the edges */
  mask-image: radial-gradient(circle, black 60%, transparent 100%);
  -webkit-mask-image: radial-gradient(circle, black 60%, transparent 100%);
}

#main h3 {
  text-align: center;
}
#main h3 a {
  text-decoration: none;
  color: #eee;
  font-size: 160%;
  font-variant: small-caps;
}

.star {
  position: fixed;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.star:before,
.star:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2726";
  font-size: 9px;
}

.star:before {
  color: transparent;
  text-shadow: 0 0 3px rgb(250, 250, 174);
}

.star:after {
  background: yellow;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#landing {
  opacity: 0;
}
#links {
  opacity: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.3);
}

#quests{
  background: rgb(205,205,205,0.9);
  width: 90%;
  min-height: 100%;
  margin-left: 5%;
  border-radius: 25px;
  color: #000;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
#quests table{
  color: #000;
  width: 100%;
}
#quests table thead{
  font-size: 150%;
}
#quests table tr{
  border-bottom: 1px solid black;
  margin-bottom: 2em;
}
#quests table tr.alt{
  background: rgb(125,125,125,0.4);
  border-radius: 25px;
}
th, td {
  padding: 10px;
}
.accept{
  text-align: center;
}
.quest_title{
  font-size: 120%;
  font-weight: bold;
}
.quest_detail{
  font-style: italic;
}
.hero{
  font-size: 110%;
}
.hero_notes{
  font-style: italic;
  margin-left: 1em;
}
#quests h4 a {
  margin: auto;
color: #111;  
}
.link-button {
  /* Layout & Spacing */
  display: inline-block;
  padding: 12px 12px;
  font-size: 110%;

  /* Text Styling */
  color: #ffffff;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;

  /* Button Aesthetics */
  background-color: #0d0b21;
  border-radius: 24px;

  /* Smooth Hover Transition */
  transition: background-color 0.2s ease;
}

/* Hover State */
.link-button:hover {
  background-color: #383965;
}

/* Clicked/Active State */
.link-button:active {
  background-color: #383965;
}

.signup{
  display: none;
}
