<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap" rel="stylesheet">

/* === Layout Grid === */
body { background-color:white; }
.container {
  width: 80%;
  margin: 0 auto;
}

h1, h2, h3, h4 {
  color:red;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 800;
  text-align: ;
}



.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.col-25, .col-33, .col-34, .col-50, .col-75, .col-100 {
  box-sizing: border-box;
  text-align: center;
}

.col-25 {
  width: 25%;
  padding: 10px;
  border: 2px solid #004080;
}

.col-33, .col-34 {
  width: 33.333%;
  padding: 16px 8px;
  border: 2px solid #004080;
  background-color: #f9f9f9;
  min-height: 90px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.col-50 {
  width: 50%;
  padding: 10px;
  border: 2px solid navy;
}

.col-75 {
  width: 75%;
  padding: 10px;
  border: 2px solid #004080;
}

.col-100 {
  width: 100%;
  text-alignment:left;
  padding: 0;
  border: 2px solid red;
}

/* Hover Effects */
.col-33:hover, .col-34:hover {
  background-color: #F5DEB3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Typography */
img { padding: 0 5px; }

p, ul, li {
  font-family: Bitter, serif;
  font-size: 18px;
  color:red;
}



/* Focus List */



.gradient-text {
background: linear-gradient(180deg, #ff8400, #603913); /* same as 'to bottom' */
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold; /* Optional: make it bold */
}


.gradient-text1 {
background: linear-gradient(180deg, #ffea00, #ff5a00); /* same as 'to bottom' */
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold; /* Optional: make it bold */
}


.bbt {
  background: linear-gradient(to bottom, #00ffff, #0072ff); /* Medium green to neon green */
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold; /* Optional: keep that nice and bold */
}

.ggt {
  background: linear-gradient(to bottom, #00ff18, #00740b); /* Medium green to neon green */
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold; /* Optional: keep that nice and bold */
}




.tornado-gradient {
background: linear-gradient(to right, #333333, #666666, #999999, #cccccc, #ffffff);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block; /* Make sure span wraps the emoji properly */
  font-size: 4rem; /* Make that tornado BIG, adjust as needed */
}


details summary::-webkit-details-marker {
  display: none;
}



.accordion-box summary {
  cursor: pointer;
  font-weight: bold;
  padding: 1em;
  background-color: #e6e6e6;
  border-bottom: 2px solid #ccc;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
}

.accordion-box summary::marker,
.accordion-box summary::-webkit-details-marker {
  display: none;
}

.accordion-box summary::before {
  content: "\25B6"; /* ▶ Unicode arrow */
  display: inline-block;
  margin-right: 0.5em;
  transition: transform 0.3s ease;
}

.accordion-box[open] summary::before {
  transform: rotate(90deg);
}


/* Focus */
.focus-list li { border-left: 5px solid #00bfff; }
.accordion-box.focus summary { background-color: #eef8ff; }

/* Get */
.get-list li { border-left: 5px solid #36d58f; }
.accordion-box.get summary { background-color: #f0fff8; }

/* For */
.for-list li { border-left: 5px solid #ffc107; }
.accordion-box.for summary { background-color: #fffbe7; }

/* Works */
.works-list li { border-left: 5px solid #8e44ad; }
.accordion-box.works summary { background-color: #f9f2ff; }


.section-intro {
  margin-top: 2em;
  padding: 1.5em;
  background-color: #f9f9f9;
  border-left: 6px solid #ffc107;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.section-tag {
  display: inline-block;
  font-size: 0.95em;
  background: #ffeaa7;
  padding: 0.25em 0.75em;
  border-radius: 4px;
  font-weight: bold;
  color: #7f4c00;
  margin-bottom: 0.75em;
}


.flow-bar {
  margin: 2em 0 1em 0;
  padding: 1em;
  background: #fff3cd;
  color: #856404;
  font-size: 1.1em;
  border-left: 6px solid #ffc107;
  border-radius: 4px;
}





.focus-list {
  list-style: none;
  padding: 0;
  margin:  0;
}



.focus-list li {
  margin: 10px 0;
  padding: 10px;
  background: #f9f9f9;
  border-left: 5px solid;
  border-image: linear-gradient(to bottom, #00fff0, #0012ff) 1;
  box-shadow: 0 4px 4px rgba(0,0,0,0.1);
  font-size: 16px;
  transition: background .3s ease, box-shadow .3s ease;
}

.focus-list li b {
  color: #000;
}

.focus-list li:hover {
  background: #fde8c0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}



.get-list {
  list-style: none;
  padding: 0;
  margin:  0;
}


.get-list li {
  margin: 10px 0;
  padding: 10px;
  background: #f9f9f9;
  border-left: 5px solid;
  border-image: linear-gradient(to bottom, #ff000a, #5d0004) 1;
  box-shadow: 0 4px 4px rgba(0,0,0,0.1);
  font-size: 16px;
  transition: background .3s ease, box-shadow .3s ease;
}

.get-list li b {
  color: #000;
}

.get-list li:hover {
  background: #c4f6ff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}



.for-list {
  list-style: none;
  padding: 0;
  margin:  0;
}


.for-list li {
  margin: 10px 0;
  padding: 10px;
  background: #f9f9f9;
  border-left: 5px solid;
  border-image: linear-gradient(to bottom, #ff000a, #5d0004) 1;
  box-shadow: 0 4px 4px rgba(0,0,0,0.1);
  font-size: 16px;
  transition: background .3s ease, box-shadow .3s ease;
}

.for-list li b {
  color: #000;
}

.for-list li:hover {
  background: #c4f6ff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}



.works-list {
  list-style: none;
  padding: 0;
  margin:  0;
}


.works-list li {
  margin: 10px 0;
  padding: 10px;
  background: #f9f9f9;
  border-left: 5px solid;
  border-image: linear-gradient(to bottom, #00fff0, #0012ff) 1;
  box-shadow: 0 4px 4px rgba(0,0,0,0.1);
  font-size: 16px;
  transition: background .3s ease, box-shadow .3s ease;
}

.works-list li b {
  color: #000;
}

.works-list li:hover {
  background: #c4f6ff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}




.gr {
	color:#ed1c24;
}

.bigx {
	font-weight:900;
	font-size:1.3em;
	color:#ed1c24;
	padding-left: 20px;
}
.bigq {
	font-weight:900;
	font-size:1.5em;
	color:#ed1c24;
	padding-left: 20px;
}
.emphasis {
	font-weight:bold;
	font-style:italic;
}



h1.gold {
    background: linear-gradient(to bottom, #cfc09f 27%, #ffecb3 40%, #3a2c0f 78%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    position: relative;
	margin: 0;
	font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

h1.gold ::after {
    background: none;
    content: attr(data-heading) / "";
    left: 0;
	top: 0;
    z-index: -1;
    position: absolute;
    text-shadow: 
		-1px 0 1px #c6bb9f, 
		0 1px 1px #c6bb9f, 
		5px 5px 10px rgba(0, 0, 0, 0.4),
		-5px -5px 10px rgba(0, 0, 0, 0.4);
}

.obb {
	font-size:1.2em;
	font-color:black;
	font-family:Archivo Black;
	font-weight:bold;
	display:block;
	text-align:center;
	border-bottom: 5px solid red;
}
.obb::before {
  content: "\1F4A5  ";
}



.path1 {
	font-size:1.2em;
	font-color:black;
	font-family:Archivo Black;
	font-weight:bold;
	display:block;
	text-align:center;
	border-bottom: 5px solid red;
}
.path1::before {
  content: "\1F534  ";
}



.path2 {
	font-size:1.2em;
	font-color:black;
	font-family:Archivo Black;
	font-weight:bold;
	display:block;
	text-align:center;
	border-bottom: 5px solid green;
}
.path2::before {
  content: "\1F7E2  ";
}





hr.dotted-hr {
  border: none; /* Remove default line */
  text-align: center; /* Center pseudo-content */
  margin: 30px auto; /* Center it nicely */
}

hr.dotted-hr::before {
  content: "\2B24 \2B24 \2B24"; /* Big bold circles */
  font-size: 18px; /* Bigger dots */
  font-weight: bold; /* Make them thick */
  font-family: Arial, sans-serif; /* Clean, solid */
  background: linear-gradient(180deg, #00ff00, #006600); /* Strong greens */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  letter-spacing: 30px; /* Space them out */
  opacity: 1; /* Full strength */
}
  .category-section {
    border: 2px solid #ccc;
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
    background: #f9f9f9;
  }
  ul.category-list {
    list-style-type: none;
    padding-left: 0;
  }
  ul.category-list li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
  }
  ul.category-list li::before {
    content: '\2714 '; /* ✅ Checkmark */
    position: absolute;
    left: 0;
  }
  .cta-button {
    display: inline-block;
    background: #ff5722;
    color: white;
    padding: 15px 25px;
    border-radius: 8px;
    font-size: 1.3em;
    text-decoration: none;
    margin: 20px 0;
    font-weight: bold;
  }
  .cta-button:hover {
    background: #e64a19;
  }



/* ========================================
   MIDJOURNEY STYLES (Scoped and Safe)
======================================== */


/* ========================================
   MIDJOURNEY STYLES (FIXED + FABULOUS)
======================================== */

details.midjourney-prompt {
  border: none;
  margin-bottom: 16px;
  background: #f0f0f0;
  border-radius: 12px;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

details.midjourney-prompt[open] {
  background: #eaf7ff;
}

details[open] summary.midjourney-summary .midjourney-arrow {
  transform: rotate(90deg); /* ← already in use, this makes it point down now that it's on the left */
}

summary.midjourney-summary {
  background: linear-gradient(to right, #005bea, #003973);
  color: white;
  font-weight: bold;
  padding: 16px 24px;
  border-radius: 12px 12px 0 0;
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
  margin: 0;
}

summary.midjourney-summary:hover {
  background: linear-gradient(to right, #003973, #000428);
}

summary.midjourney-summary .midjourney-arrow {
  order: -1;
  margin-right: 12px;
  transition: transform 0.3s ease;
  display: inline-block;
  width: 12px;
  height: 12px;
  transform: rotate(0deg);
}

summary.midjourney-summary .midjourney-arrow::before {
  content: '▶';
  display: block;
  font-size: 14px;
  color: #fff;
}

summary.midjourney-summary .midjourney-description {
  font-weight: 400;
  font-size: 14px;
  opacity: 0.9;
  margin-left: 20px;
  flex-grow: 1;
  text-align: left;
}

div.midjourney-list {
  background: #eaf7ff;
  padding: 30px 36px 24px 36px;
  border-top: 1px solid #ddd;
  border-radius: 0 0 16px 16px;
  margin-top: -2px;
}

/* ✅ UL and LI styling */
div.midjourney-list ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

div.midjourney-list li {
  margin: 0 0 14px 0;
  position: relative;
  padding-left: 26px;
  font-size: 17px;
  color: #444;
  background: none;
  border: none;
  font-weight: 400;
  line-height: 1.5em;
}

div.midjourney-list li::before {
  content: '✓';
  color: #00BFFF;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 1.2em;
}

/* Italic "(7 more included!)" */
div.midjourney-list .more-indicator {
  font-size: 15px;
  color: #444;
  font-style: italic;
  margin-top: 8px;
  display: block;
  padding-left: 1.4em;
}

/* Responsive fix */
@media screen and (max-width: 600px) {
  summary.midjourney-summary {
    font-size: 1rem;
    padding: 12px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    text-align: left;
  }

  summary.midjourney-summary .midjourney-description {
    margin-left: 0;
    margin-top: 6px;
  }
}






@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}

.focus-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 50%;
  max-width: 50%;
}

.focus-category {
  font-weight: bold;
}

.focus-description {
  flex: 1 1 50%;
  max-width: 50%;
  font-style: italic;
  text-align: left;
  padding-top: 2px;
}


/* Book Description */
.book-description {
  background-color: #f9f9f9;
  padding: 16px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.book-description:hover {
  background-color: #F5DEB3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.book-description p {
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

/* Buttons */
.myButton, .cta-button {
  display: inline-block;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

.myButton {
  background: linear-gradient(to bottom, #FF6600 5%, #fc910f 100%);
  border-radius: 6px;
  border: 1px solid #eeb44f;
  padding: 21px 90px;
  font-size: 28px;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.cta-button {
  background: #ff5722;
  color: white;
  padding: 15px 25px;
  border-radius: 8px;
  font-size: 1.3em;
  margin: 20px 0;
}

.cta-button:hover { background: #e64a19; }

/* Utility Classes */
.round { border: 1px solid white; border-radius: 20px; }
.center-text { text-align: center; }
.footer { text-align: center; display: inline-block; padding: 10px; margin: auto; }
.footer a { color: blue; text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.padding0 { padding: 0 !important; }

/* Special Bars */


.blackbar {
  background-color: #000000;
  box-shadow: inset 0 4px 0 #0000ff;
  padding: 0 0 1% 0;
}

.midbluebar {
        background-color: #0096FF;
        padding-top: 5px;
        padding-bottom : 10px;
display:block;
  box-shadow: inset 0 4px 0 tan;
 width: 100%;
}


.darkbluebar {
        background-color: #000817;
        padding-top: 5px;
        padding-bottom : 10px;
display:block;
  box-shadow: inset 0 4px 0 #0096FF;
 width: 100%;
box-shadow: 10px 10px 10px #888888;
}


.darkbluebar1 {
        background-color: #010d00;
        padding-top: 5px;
        padding-bottom : 10px;
display:block;
  box-shadow: inset 0 4px 0 #0096FF;
 width: 100%;
box-shadow: 10px 10px 10px #888888;
}



.bluebar {
        background-color: #001861;
        padding-top: 5px;
        padding-bottom : 10px;
display:block;
  box-shadow: inset 0 4px 0 #ffbf00;
 width: 100%;
}


.lightbluebar {
        background-color: #89CFF0;
        padding-top: 5px;
        padding-bottom : 10px;
display:block;
  box-shadow: inset 0 4px 0 #FF9900;
 width: 100%;
}



/* Fancy HRs */
hr {
  border-top: 5px double blue;
  margin: 10px 0;
}

hr.moose {
  background-image: linear-gradient(90deg, blue, cyan, blue);
  height: 6px;
  display: block;
  text-align: center;
}

hr.birdie {
  background-image: linear-gradient(90deg, #CC0000, red, #a20000);
  height: 6px;
  display: block;
  text-align: center;
}

/* Special Effects */

.ggt {
  background: linear-gradient(to bottom, #00ff18, #00740b);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
}

.tornado-gradient {
  background: linear-gradient(to right, #333, #666, #999, #ccc, #fff);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 4rem;
  display: inline-block;
}

/* Emphasis classes */
.bigx, .bigq {
  font-weight: 900;
  color: #ed1c24;
  padding-left: 20px;
}

.bigx { font-size: 1.3em; }
.bigq { font-size: 1.5em; }

.emphasis { font-weight: bold; font-style: italic; }

/* OB Styling */
.obb, .path1, .path2 {
  font-size: 1.2em;
  font-family: 'Archivo Black', sans-serif;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.obb { border-bottom: 5px solid red; }
.path1 { border-bottom: 5px solid red; }
.path2 { border-bottom: 5px solid green; }


/* BASE CONTAINER */
.testimonial-container {
  max-width: 720px;
  margin: 60px auto;
  padding: 60px 40px;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: visible;
}

/* HEADLINE BASE */
.testimonial-headline {
  font-size: 1.4em;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  position: relative;
 white-space: nowrap;
}

/* LIGHTSABER LINE (Initially Hidden) */
.testimonial-headline::after {
  content: "";
  display: block;
  margin: 8px auto 0 auto;
  height: 2px;
  width: 0;
  border-radius: 2px;
  background: linear-gradient(to right, orange, yellow);
  box-shadow:
    0 0 2px orange,
    0 0 4px yellow,
    0 0 6px gold;
  transition: width 1s ease-out;
}

/* ACTIVATE SABER WHEN IN VIEW */
.saber-active .testimonial-headline::after {
  width: 80%;
}

/* TEXT COLOR SPLIT */


.testimonial-headline .label {
  font-size: inherit;
  font-weight: inherit;
  color: #cccccc; /* Optional contrast â€” remove if not needed */
}

.testimonial-headline .name {
  font-size: inherit;
  font-weight: inherit;
  color: #00d6ff;
  text-shadow: 0 0 4px #00d6ff;
}

/* CONTENT LAYOUT */
.testimonial-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2em;
  z-index: 2;
  position: relative;
}

.testimonial-text {
  flex: 1;
}

.testimonial-text p {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
}

.testimonial-author {
  margin-top: 1em;
  font-size: 1em;
  font-weight: 600;
  text-align: right;
}

.testimonial-author::before {
  content:"    ";
}

/* PHOTO STYLE */
.testimonial-photo {
  flex-shrink: 0;
  position: relative;
  transform: rotate(-3deg);
  transition: transform 0.3s ease;
}

.testimonial-container:hover .testimonial-photo {
  transform: rotate(0deg) scale(1.05);
}

.testimonial-photo img {
  border: 6px solid white;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 120px;
  display: block;
  border-radius: 12px;
}

/* CORNER TAB + SPEECH TAIL */
.testimonial-container::after {
  content: "*";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 40px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 12px;
  z-index: 3;
}

.testimonial-container::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 100px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  z-index: 1;
}

/* DARK MODE */
.testimonial-container.dark {
  background: #121a24;
  border: 4px solid #00bfff;
  color: #f0f0f0;
  box-shadow: 0 10px 25px rgba(0, 255, 255, 0.1);
}

.testimonial-container.dark:hover {
  background: #1a2733;
  border-color: #00e0ff;
}

.testimonial-container.dark::after {
  background: #00bfff;
  color: #000;
}

.testimonial-container.dark::before {
  border-top: 30px solid #00bfff;
}

.testimonial-container.dark .testimonial-author {
  color: #88e6ff;
}

.testimonial-container.dark .testimonial-headline .label {
  color: #cccccc;
}

.testimonial-container.dark .testimonial-headline .name {
  color: #00d6ff;
  text-shadow: 0 0 8px #00d6ff;
}

.testimonial-headline .label,
.testimonial-headline .name {
  margin-right: 0;
}








/* Monetization Lists */
.monetization-list {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #333;
  padding: 20px;
  border: 2px solid #004080;
  background-color: #f9f9ff;
  border-radius: 10px;
}

.monetization-list li {
  margin-bottom: 12px;
  padding: 10px;
  border-left: 4px solid #B2BEB5;
}

.monetization-list li strong {
  color: #004080; /* Color for numbers and keywords */
}


.video-wrapper {
  max-width: 720px;
  margin: 2em auto;
  padding: 1em;
  background-color: #1c1c1c;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  overflow: hidden;
}

.video-wrapper h2 {
  color: #ffffff;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  text-align: center;
  font-family: sans-serif;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

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

/* Responsive Tweaks */
@media screen and (max-width: 768px) {
  .col-33, .col-34 {
    width: 50%;
  }
  .col-33 p, .col-34 p {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .col-33, .col-34 {
    width: 100%;
  }
  .col-33 p, .col-34 p {
    font-size: 16px;
  }
}

/* Desktop: Image floats right */
.storyselling-image {
  float: right;
  margin-left: 20px;
  max-width: 50%;
}

/* Mobile: Image centers with full width */
@media (max-width: 768px) {
  .storyselling-image {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
    max-width: 100%;
  }
}

.biglead {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.4;
  margin: 1em 0;
  color: #222;
}
