body {
  background-color: #000035;
  color: #e0effa;
  font-family: "Inter", serif;
  margin: 0px 0px;
}

h1 {
  color: #ffeaa2;
  font-family: "Almendra SC", serif;
  font-size: 6em;
  margin: 0px;
  font-weight: 400;
}

h2 {
  color: #ffeaa2;
  font-family: "Almendra SC", serif;
  font-size: 4em;
  font-weight: 400;
}
h3 {
  font-size: 1.5em;
  width: 500px;
  font-weight: 400;
  margin-left: 100px
}
h4 {
  color: #ffeaa2;
  font-family: "Almendra SC", serif;
  font-weight: 400;
}
.draw-card {
  color: #ffeaa2;
  font-family: "Almendra SC", serif;
  font-size: 2em;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.draw-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
}
.draw-card-grid p{
  grid-row: 1/2;
  grid-column: 1/2;
}
.draw-card-circle {
  border: 1px solid #ffeaa2;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  position: relative;
  top: 3px;
  right: 1px;
  grid-row: 1 / 2;
  grid-column: 1 / 2;

}
.title-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 2;
  gap: 100px;
}
.title-text {
  width: 700px;
}
.hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.2;
}

.title-tarot {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
}
.tarot-border-1 {
  width: 450px;
  height: 700px;
  background: #000035;
  border-radius: 32px;
  position: relative;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  grid-column: 1/2;
  grid-row: 1/2;
}

.tarot-border-1::before {
  border-radius: 32px;
  content: '';
  background-image: linear-gradient(to bottom right, #DF9202 0%, #d49520 25%, #8f4a00 50%, #d49520 75%, #DF9202 100%);
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  position: absolute;
  z-index: -1;
  grid-column: 1/2;
  grid-row: 1/2;
}
.tarot-border-2 {
  width: 400px;
  height: 650px;
  background-color: #9595cf;
  -webkit-mask-image: radial-gradient(circle 40px at 0 0, transparent 0, transparent 60px, black 0px);
  -webkit-mask-image: radial-gradient(circle 40px at 0 0, transparent 0, transparent 60px, black 0px);
  border-radius: 32px;
  position: relative;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  grid-column: 1/2
  ;
  grid-row: 1/2;
}
.about-section p {
  width: 800px;
  text-align: center;
}

.about-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
  margin: 60px 255px 0px 255px;
}

.about-section h2{
  margin: 0px 0px 0px 0px;
}

.about-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 90px;
  margin: 0px 0px 80px 0px;
}

.about-tarot {
  width: 265px;
  height: 440px;
  border: solid #d49520 2px;
}

.project-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
  margin: 180px 255px 180px 255px;
}
.project-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;

  flex-wrap: wrap;
  gap: 100px
}
.project-tarot {
  width: 540px;
  height: 330px;
  border: solid #d49520 2px;
}
/* .test-width {
  width: 1389px;
  height: 5px;
  background-color: #9595cf;
} */
.contact-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 2;
  gap: 100px;
  
}
.contact-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 116px;
  max-width: 1389px;
}
.contact-section h4 {
  font-size: 6em;
  width: 400px;
  text-align: center;
}
.contact-tarot {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

/* .tarot-border-2::before {
  border-radius: 32px;
  content: '';
  background-image: linear-gradient(to bottom right, #DF9202 0%, #d49520 25%, #8f4a00 50%, #d49520 75%, #DF9202 100%);
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  position: absolute;
  z-index: -1;
  grid-column: 1/2;
  grid-row: 1/2;
} */
