main {
  background-color: #ece0d1;
}

.navbar {
  background-color: #ffffff;
}

.wave-container > svg {
  display: block;
}

.background-wave {
  background: #ffffff;
}

.background-second {
  background: #816451;
}

.background-third {
  background: #ece0d1;
}

.album {
  background: #816451;
}

.card {
  margin: 5px;
}

.background {
  background-color: #ece0d1;
  border-radius: 15px;
  padding: 10px;
}

img {
  width: 100%;
  aspect-ratio: 3/4.5;
  padding: 5px;
}

.tag {
  padding: 2px 5px;
}

footer {
  background-color: #ece0d1;
}

h1 {
  color: #38220f;
}

p {
  color: #38220f;
}

.card-body {
  color: #38220f;
}

.card {
  background-color: #ece0d1;
}

.notes {
  padding-left: 4em;
  padding-right: 4em;
}

.foot {
  color: #38220f;
}

.add-serif {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #f8f5f0; /* softer than pure white */
  line-height: 1.2;
}

.text-on-brown {
  color: #f4eee8;
}

/* Center text for mobile view */
.text-block-wrapper,
.text-block-wrapper .metadata-line,
.text-block-wrapper .notes-text {
  text-align: center;
} /* Left align on larger screens */
@media (min-width: 768px) {
  .text-block-wrapper,
  .text-block-wrapper .rating-line,
  .text-block-wrapper .notes-text {
    text-align: left;
  }
}

/* body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #dbc1ac;
    color: #38220f;
    background-image: linear-gradient(45deg, #634832 25%, transparent 25%), linear-gradient(-45deg, #634832 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #634832 75%), linear-gradient(-45deg, transparent 75%, #634832 75%);
    background-size: 40px 40px;
    background-position: 0 0, 0 40px, 40px -40px, -40px 0px;
    font-family: 'Shantell Sans', cursive;
}

a {
    color: #38220f;
}

.content {
    height: 100%;
    min-height: 100vh;
    width: 90%;
    background-color: #ece0d1;
    margin-left: 5rem;
    margin-right: 5rem;
    
}

.header {
    padding-left: 15rem;
    padding-right: 15rem;
    padding-top: 3rem;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

img {
    float: left;
    height: 200px;
    width: 150px;
    padding-top: 10px;
    padding-right: 20px;
}

.null {
    float: left;
    height: 175px;
    width: 100px;
    padding-right: 20px;
    padding-left: 15px;
}

h1 {
    margin: 0px;
    font-family: 'Shantell Sans', cursive;
}

h2 {
    margin: 0px;
    font-family: 'Shantell Sans', cursive;
}

h3 {
    margin-bottom: 0px;
    font-family: 'Shantell Sans', cursive;
}

p {
    margin-top: 3px;
    font-family: 'Shantell Sans', cursive;
}

hr { 
    width: 70%;
    color: #38220f; 
    border-style: inset; 
    border-width: 1px; 
    margin: 0.5em auto; 
}

hr.internal {
    width: 65%;
    border-width: 0.5px; 
}


footer {
    display: flex;
    width: 90%;
    bottom: 0;
    justify-content: center;
    background-color: #ece0d1;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

form {
    width: 60%;
    margin: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Shantell Sans', cursive; 
}

.date-liked {
    display: flex;
    flex-direction: row;
}

.liked {
    float: right;
    padding-right: 1rem;
}

.book-data {
    padding-left: 15rem;
    padding-right: 15rem;
    padding-top: 2rem;
}

.modifiers {
    padding-left: 1rem;
}

#notes {
    height: 200px;
}

input[type="text"] {
    width: 80%;
}

input {
    margin: 0.5rem;
}

.form {
    display: flex;
    justify-content: center;
}

@media (max-width: 900px) {

    .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .books {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .header {
        width: 70%;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .book-data {
        width: 70%;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 2rem;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    .modifiers {
        margin-bottom: 1rem;
        padding-left: 0px;
    }

    .book-images {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 1rem;
    }

    .book-cover {
        padding-left: 0px;
    }
} */
