body {
  margin: 0cm;
  font-family: "Quicksand", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Indie Flower", cursive;
  color: #ff1494;
}
ah1,
ah2,
ah3,
ah4,
ah5 {
  font-family: "Indie Flower", cursive;
  color: white;
  font-size: 3.5rem;
}

.QSHed {
  color: white;
}

.qshed2 {
  font-size: 1.5rem;
  color: #6c8cbf;
}

.qshed3 {
  font-size: 1.5rem;
  color: #ff1494;
}

.qshed5 {
  font-size: 1.3rem;
}

.qshed4 {
  font-size: 1.2rem;
  color: black;
}

sh1,
sh2,
sh3,
sh4 {
  font-family: "Indie Flower", cursive;
  color: #4eb2b2;
  font-size: 2rem;
}
.stylenav2 {
  font-family: "Indie Flower", cursive;
  font-size: 1.3rem;
  color: #ff1494;
}

.Hipervin {
  font-family: "Indie Flower", cursive;
  color: #ff1494;
  font-size: 1.25rem;
}

button {
  font-family: "Quicksand", sans-serif;
}

.Cover {
  color: white;
  height: 400px;
  background-image: url(https://cdn.glitch.me/d9034f67-cb13-4894-b140-9af802329451/rsz_spiritual-prayer-hands-over-sun-shine-with-blurred-beautiful-sunset.jpg?v=1640637900695);
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
}

.CoverAltern {
  color: white;
  height: 270px;
  background-image: url(https://cdn.glitch.me/d9034f67-cb13-4894-b140-9af802329451/rsz_spiritual-prayer-hands-over-sun-shine-with-blurred-beautiful-sunset.jpg?v=1640637900695);
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
}

.Cover-small {
  height: 300px;
  background-blend-mode: normal;
  background-size: 500px;
  background-repeat: no-repeat;
  background-color: white;
}

.card {
  border: 0 !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2),
    0 2px 4px -1px rgba(0, 0, 0, 0.08);
}

.ImgShadow {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2),
    0 2px 4px -1px rgba(0, 0, 0, 0.08);
}

.navdesing {
  color: #ff1494;
  font-family: "Indie Flower", cursive;
  font-size: 1.3rem;
}
.navdcolor {
  color: #ff1494;
}

.navdesing-prin {
  font-weight: bold;
  font-family: "Indie Flower", cursive;
  font-size: 1.3rem;
  color: #ff1494;
}

.card-title {
  min-height: 2rem;
}

.card-text {
  min-height: 15rem;
}

.responsive-iframe {
  position: relative;
  padding-top: 56.25%;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.avatar {
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

main {
  min-width: 400px;
  max-width: 500px;
  margin: auto;
}

p {
  font-size: 1.3em;
  line-height: 1.75em;
  border-top: 3px solid;
  -o-border-image: linear-gradient(to right, #ff1494 0%, #d53a9d 100%);
  border-image: linear-gradient(to right, #ff1494 0%, #d53a9d 100%);
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 20px;
  counter-increment: section;
  position: relative;
  color: #34435e;
}
p:before {
  content: counter(section);
  position: absolute;
  border-radius: 100%;
  padding: 0px;
  height: 3rem;
  width: 3rem;
  background-color: #ff1494;
  text-align: center;
  line-height: 3rem;
  color: #ffffff;
  font-size: 2rem;
}

p:nth-child(odd) {
  border-right: 3px solid;
  padding-left: 0;
}
p:nth-child(odd):before {
  left: 100%;
  margin-left: -20px;
}

p:nth-child(even) {
  border-left: 3px solid;
  padding-right: 0;
}
p:nth-child(even):before {
  right: 100%;
  margin-right: -20px;
}

p:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

pp:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

pd {
  font-size: 1rem;
  min-height: 30rem;
}
