: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/bg_tarot_blank1.webp);
  background-repeat:repeat-y;
  background-size: cover;
  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;
}

.sticker {
position: absolute;}


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

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

.blog-post {
  font-size: 12px;
  width: 100%;
  border-bottom: 2px dotted black;
  margin-bottom: 20px;
  color: #c29460;
}

.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: 550px;
  margin: 0 auto;
  padding-top: 5px;
  text-align: center;
}

.writings {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 5px;
  text-align: center;
  text-shadow: 1px 1px 2px black;
}

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

h1 {
  font-size: 52px;
}

.accent {
  font-size: 14px;
  font-family: Sylfaen;
}

.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;
}


 /* 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;
} 

.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%;
}

.tarot-spreads {
  height: 128px;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 22px;
  text-shadow: 1px 1px 2px black;
}

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

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

.tarot-spreads img {
  width: 128px;
  height: 128px;
}

.tarot-spreads img:hover {
  opacity: 50%;
}

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

.tarot-spreads h2 {
  font-size: 26px;
  color: #985406;
}

.tarot-spreads h3 {
  font-size: 20px;
  color: #c29460;
}

.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;
}