:root {
  --bg-color: #000000;
  --fg-color: #F8D7AD;
  --accent-color: #6f2b2b;
}

body {
  font-family: Sylfaen;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  background-color: #000000;
  background-image:url(https://wistfulfey.neocities.org/backgrounds/wf_color_stars_wall.gif);
  background-repeat:repeat;
  background-size: 30%;
  background-position: center center;
  font-size: 22px;
  color:#c29460;
  margin: 0;
  min-height: 100vh;
}

main{
  max-width: 800px;
  margin: 0 auto;
}

td {
  color: #F8D7AD;
  font-family: Sylfaen;
  font-size: 11px;
}

.heading {
  font-size: 13px;
  font-family: Sylfaen;
  color: #c29460;
}

.hidden {
  margin: 0px;
  padding: 0px;
  width: 0px;
  height: 0px;
  position: absolute;
  display: none;
}

.writings {
  max-width: 750px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 5px;
  text-align: center;
  text-shadow: 1px 1px 2px black;
}

.title-container {
  width: 100%;
  position: relative;
}

.title-container a:hover {
  background: rgba(0,0,0,0);
}

.title-container img {
  width: 100%;
}

.title-container h1 {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 100px;
}

.desc {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 5px;
  text-align: center;
}


h1, h2, h3, h4, h5, p {
  margin: 0;
  font-weight: normal;
  color: #c29460;
}

h1 {
  font-size: 52px;
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-shadow: 1px 1px 2px black;
}

.navbar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.navbar li {
  margin: 0 10px;
  align-items: center;
  text-align: center;
}

.navbar li:not(:last-child)::after {
  content: "  ";
  margin-left: 10px;
  margin-right: 10px;
}

.navbar img:hover {
  opacity: 50%;
}


.rowcontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 10px;
  margin-bottom: 50px;
  margin-top: 20px;
}

.rowcontainer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.rowcontainer li {
  margin: 0 10px;
}

.rowcontainer img {
  max-width:100%;
  margin: 0 auto;
  display: block;
}

iframe {
  display: block;
  padding-bottom: 20px;
  max-width: 100%;
  margin: 0 auto;
}

img{
  width:100%;
  max-width:800px;
}

 /* unvisited link */
a:link {
  color: #985406;
}

/* visited link */
a:visited {
  color: #985406;
}

/* mouse over link */
a:hover {
  color: #6f2b2b;
}

/* selected link */
a:active {
  color: #985406;
} 

.card-section {
  font-size: 22px;
  color: #c29460;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  box-sizing: border-box;
  max-width: 100%;
  background-color: #1F1F1F;
}

.card-section h1 {
  font-size: 46px;
  color: #c29460;
  text-align: center;
}

.card-section h2 {
  font-size: 20px;
  color: #c29460;
}

.flair-image {
  display: block;
  margin: 0 auto;
  width:360px;
  max-width:60%;
}

.flair-image img {
  max-width:100%;
  margin: 0 auto;
  display: block;
}

.list-index {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 22px;
  text-shadow: .5px .5px 1px black;
}

.list-index ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.list-index li {
  margin: 0 10px;
  align-items: center;
  text-align: center;
}

.list-index img {
  width: 160px;
  height: 250px;
  align-content: center;
}

.list-index img:hover {
  opacity: 50%;
}

.list-index header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.list-index h2 {
  font-size: 26px;
  color: #985406;
}

.list-index h3 {
  font-size: 20px;
  color: #c29460;
}