* {
  font-size: 20px;
}

body {
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #222;
}

iframe {
  width: 1152px;
  max-height: 648px;
}

.container {
  text-align: center;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 40px;
}

h1,
h2,
h3 {
  font-weight: 500;
  margin-bottom: 20px;
}

p {
  font-size: 1.1em;
  line-height: 1.6;
}

.nav {
  text-align: center;
  background-color: #bcac1e8f;
  padding: 0 20px;
}

.nav a {
  display: flex;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  margin: 0 15px;
  font-size: 0.9em;
}

.nav a:hover {
  color: rgb(55, 44, 30);
}

.box1 {
  display: inline-block;
  padding: 20px;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  margin-top: 17px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.split .left,
.split .right {
  flex: 1;
  min-width: 300px;
  padding: 10px;
}

.book-covers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 70px;
  padding: 30px;
}

.book-covers img {
  width: 180px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.quote {
  font-size: 1.4em;
  font-style: italic;
  margin-bottom: 40px;
  text-align: center;
}

.contact-info {
  font-size: 1.1em;
  margin-top: 30px;
}

.header-flex {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
}

.header-flex>img {
  width: 80px;
  height: auto;
}

.header-flex>h2 {
  margin: 0;
}

.header-right {
  display: flex;
  justify-content: center;
}

.caption {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60%;
  padding: 30px;
  margin-top: 30px;
  font-size: x-large;
}

.tektur-uniquifier {
  font-family: "Tektur", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.find {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

.outfit-uniquifier {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 500;
  font-size: 70px;
  font-style: normal;
}

.rye-regular {
  font-family: "Rye", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
}

.italianno-regular {
  font-family: "Italianno", cursive;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
}


.tilt-prism-uniquifier {
  font-family: "Tilt Prism", sans-serif;
  font-optical-sizing: auto;
  font-weight: 1000;
  color: rgb(15, 21, 62);
  font-size: 32px;
  font-style: normal;
  font-variation-settings:
    "XROT" 0,
    "YROT" 0;
}

.csize {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.calign {
  max-width: 80%;
}

.nav a.active {
  color: #683f09;
  /* highlight color */
  font-weight: bold;
  text-decoration: underline;
  border: black;
  border-style: double;
  padding: 10px;
}

.manufacturing-consent-regular {
  font-family: "Manufacturing Consent", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
}

.lobster-two-bold {
  font-family: "Lobster Two", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}

.tangerine-regular {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
}

.tangerine-bold {
  font-family: "Tangerine", cursive;
  font-weight: 700;
  font-style: normal;
  font-size: 100px;
}

.bruno-ace-sc-regular {
  font-family: "Bruno Ace SC", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
  text-decoration-line: underline;
}

.box2 {
  border: #000;
  border-style: double;
  margin: 30px;
}

footer {
  text-align: center;
  background-color: darkgoldenrod;
  font-size: 30px;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  margin-bottom: 200px ;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: rgb(124, 76, 31);
  color: white;
  transform: rotateY(180deg);
  height:fit-content;
}

.flip-card-back>p{
  font-size: 15px;
}

.flip-card-front>img {
  width: 300px;
  height: 400px;
}

.lobster-two-bold>a {
  font-size: 40px;
}

.space{
  margin-bottom: 200px
}

.talign {
  text-align: center;
}

.tangerine-bold>.box2 {
  border-radius: 30px;
}

.box2>.manufacturing-consent-regular {
  font-size: 50px;
  text-decoration: underline;
}

.fsize {
  font-size: 50px;
}

.img-fluid
{
  width: 250px;
  border-radius: 10px;
}