@font-face {
  font-family: Eliot Lord;
  src: url(Fonts/Eliothand2-Regular.otf);
}

@font-face {
  font-family: Eliot Headline;
  src: url(Fonts/Eliotheadline-Regular.otf);
}

@font-face {
  font-family: Surial;
  src: url(Fonts/Surial-Regular.otf);
}

body {
  background-color: #fff;
  padding-top: 0;
  cursor: url(img/background/cursors/Cursor.svg), auto;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
}

img {
  -webkit-user-drag: none;
}

a {
  text-decoration: none;
  color: inherit;
}

::selection {
  background: #6c82a0;
  color: black;
  text-shadow: none;
}

::-moz-selection {
  background: #6c82a0;
  color: black;
  text-shadow: none;
}

a:hover,
img[onClick],
div[onclick],
button:hover {
  cursor: url("img/background/Pointer.svg"), pointer;
}

button {
  cursor: url(img/background/Pointer.svg), pointer;
  font-family: "Eliot Headline", Times, serif;
  font-size: 30px;
  color: inherit;
}

.main-nav {
  cursor: url(img/background/cursors/Cursor.svg), auto;
}

body::-webkit-scrollbar {
  width: 1em round;
  overflow: scroll;
  background-color: #fff;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: #000 solid 1px;
}
body::-webkit-scrollbar-thumb:hover {
  cursor: url("img/background/Pointer.svg");
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.slide-menu {
  position: fixed;
  top: 0;
  left: -320px;
  width: 320px;
  height: 100%;
  background-color: #fff;
  z-index: 1999;
  transition: left 0.3s ease;
  overflow-y: auto;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

.slide-menu.active {
  left: 0;
}

.menu-header {
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333;
}

.menu-header h2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
}

.close-menu {
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: url("img/background/Pointer.svg"), pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}

.close-menu:hover {
  transform: rotate(90deg);
}

.menu-section {
  border-bottom: 1px solid #e0e0e0;
}

.menu-section-title {
  padding: 16px 20px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: #f5f5f5;
}

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

.menu-links li {
  border-bottom: 1px solid #e0e0e0;
}

.menu-links li:last-child {
  border-bottom: none;
}

.menu-links a {
  font-family: "Eliot Headline", Times, serif;
  display: block;
  padding: 16px 20px;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.2s, padding-left 0.2s;
}

.menu-links a:hover {
  background-color: #f5f5f5;
  padding-left: 28px;
}

.menu-links a.active {
  color: #0077b6;
  font-weight: bold;
}

.menu-actions {
  padding: 20px;
  background-color: #f9f9f9;
}

.menu-actions button {
  width: 100%;
  padding: 14px;
  margin-bottom: 10px;
  border: none;
  font-family: "Eliot Headline", Times, serif;
  font-size: 15px;
  font-weight: bold;
  cursor: url("img/background/Pointer.svg"), pointer;
  transition: background-color 0.2s;
}

.menu-login-btn {
  background-color: #fff;
  color: #1a1a1a;
  border: 2px solid #1a1a1a !important;
}

.menu-login-btn:hover {
  background-color: #1a1a1a;
  color: #bebebe;
}

.menu-login-btn a:hover {
  color: #bebebe;
  text-decoration: none;
}

.menu-subscribe-btn {
  background-color: #0077b6;
  color: #fff;
}

.menu-subscribe-btn:hover {
  background-color: #005f94;
  color: #fff;
}

.menu-subscribe-btn a {
  color: #fff;
  text-decoration: none;
}

.utility-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1a1a1a;
  z-index: 1001;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0;
}

.utility-bar.merged {
  display: none;
}

.utility-bar.scrolled {
  background-color: #1a1a1a;
}

.utility-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  height: 48px;
  width: 100%;
  max-width: none;
}

.utility-left {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.utility-left > * {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  cursor: url("img/background/Pointer.svg"), pointer;
  transition: background-color 0.2s;
}

.utility-left > *:hover {
  background-color: #2a2a2a;
}

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 50px;
}

.hamburger span {
  width: 18px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}

.search-icon {
  color: #fff;
  font-size: 24px;
  min-width: 50px;
  transform: scaleX(-1);
}

.search-icon::before {
  content: "⌕";
  color: #fff;
  font-weight: normal;
}

.logo-top {
  font-family: "Eliot Headline", Times, serif;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.utility-right {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.utility-right > * {
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  cursor: url("img/background/Pointer.svg"), pointer;
  transition: background-color 0.2s;
  font-family: "Eliot Headline", Times, serif;
  font-size: 14px;
  background: none;
  border-top: none;
  border-bottom: none;
  border-right: none;
  color: #fff;
}

.utility-right > *:hover {
  background-color: #2a2a2a;
}

.edition-btn {
  display: flex;
  align-items: center;
  gap: 6px;
}

.edition-btn a {
  color: white;
  text-decoration: none;
}

.subscribe-btn a {
  background-color: #0077b6;
  color: white;
  border-left: none !important;
  font-weight: bold;
  padding: 0 24px;
}

.subscribe-btn {
  background-color: #0077b6 !important;
  color: white !important;
  font-weight: bold;
}

.subscribe-btn:hover {
  background-color: #005f94;
}

.hero-logo {
  background-color: #fff;
  text-align: center;
  padding: 30px 20px 20px;
  margin-top: 48px;
  transition: all 0.3s ease;
}

.hero-logo.hidden {
  opacity: 0;
  transform: translateY(-20px);
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.hero-logo .date {
  font-family: "Eliot Headline", Times, serif;
  font-size: 1dvw;
  color: #666;
  margin-bottom: 10px;
}

.hero-logo h1 {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
}

.hero-logo-img {
  max-width: 500px;
  width: 100%;
  height: auto;
}

.main-nav {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 48px;
  z-index: 1000;
  transition: all 0.3s ease;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.main-nav.scrolled {
  top: 0;
  background-color: #1a1a1a;
  border-bottom: none;
  box-shadow: none;
  width: 100%;
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 48px;
  transition: all 0.3s ease;
  width: 100%;
  max-width: none;
}

.main-nav.scrolled .nav-content {
  justify-content: space-between;
  padding: 0;
  width: 100%;
}

.nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.main-nav.scrolled .nav-links {
  display: none;
}

.nav-links li {
  height: 100%;
}

.nav-links a {
  font-family: "Eliot Headline", Times, serif;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 18px;
  text-decoration: none;
  color: #333;
  font-size: clamp(5px, 1.5vw, 20px); /* Scale between 10px and 20px */
  font-weight: 500;
  transition: all 0.2s;
  border-bottom: 3px solid transparent;
  white-space: nowrap; /* Prevent text wrapping */
}

/* Adjust padding at smaller widths */
@media screen and (max-width: 1200px) {
  .nav-links a {
    padding: 0 12px;
    font-size: clamp(11px, 1.5vw, 18px);
  }
}

@media screen and (max-width: 900px) {
  .nav-links a {
    padding: 0 8px;
    font-size: clamp(10px, 1.5vw, 16px);
  }
}

@media screen and (max-width: 768px) {
  .nav-links {
    display: none; /* Your existing mobile hamburger menu takes over */
  }
}

.nav-links a:hover {
  background-color: #f5f5f5;
}

.nav-links a.active {
  border-bottom-color: #000;
}

.nav-logo {
  display: none;
  align-items: center;
  height: 100%;
}

.nav-logo img {
  height: 28px;
  width: auto;
  filter: brightness(0) invert(1);
}

.nav-logo-text {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
}

.main-nav.scrolled .nav-logo {
  display: none;
}

.nav-utility-left {
  display: none;
  align-items: stretch;
  height: 100%;
}

.nav-utility-right {
  display: none;
  align-items: stretch;
  height: 100%;
}

.main-nav.scrolled .nav-utility-left,
.main-nav.scrolled .nav-utility-right {
  display: flex;
}

.nav-utility-left > *,
.nav-utility-right > * {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  cursor: url("img/background/Pointer.svg"), pointer;
  transition: background-color 0.2s;
  border: none;
  background: none;
  color: #fff;
  font-family: "Eliot Headline", Times, serif;
  font-size: 14px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.nav-utility-left > *:hover,
.nav-utility-right > *:hover {
  background-color: #2a2a2a;
}

.nav-utility-left .hamburger {
  min-width: 50px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.nav-utility-left .search-icon {
  min-width: 50px;
  font-size: 24px;
  transform: scaleX(-1);
}

.nav-utility-left .search-icon::before {
  content: "⌕";
  color: #fff;
  font-weight: normal;
}

.nav-utility-left .mini-logo {
  padding: 0 20px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}

.nav-utility-right .edition-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  background: none !important;
  border: none;
}

.nav-utility-right .edition-btn a {
  color: #fff;
  text-decoration: none;
  background: none !important;
}

.main-nav.scrolled .nav-utility-right .edition-btn {
  background: none !important;
}

.main-nav.scrolled .nav-utility-right .edition-btn a {
  background: none !important;
  color: #fff;
}

.nav-utility-right .utility-btn {
  font-size: 14px;
  background: none;
  border: none;
  color: #fff;
  font-family: "Eliot Headline", Times, serif;
}

.nav-utility-right .utility-btn:hover {
  background-color: #2a2a2a;
}

.nav-utility-right .subscribe-btn {
  background-color: #0077b6;
  color: white;
  font-weight: bold;
  padding: 0 24px;
  border-left: none !important;
}

.nav-utility-right .subscribe-btn a {
  color: #fff;
  text-decoration: none;
}

.nav-utility-right .subscribe-btn:hover {
  background-color: #005f94;
}

.content-wrapper {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
}

.content-header {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: -20px;
  margin-bottom: 40px;
}

.content-header h2 {
  font-family: "Eliot Headline", Times, serif;
  font-size: 28px;
  font-weight: normal;
  margin: 0;
}

.portrait {
  text-align: center;
  margin: 40px 0;
}

.portrait img {
  max-width: 300px;
  width: 100%;
}

.content-wrapper p {
  font-family: Eliot Lord;
  font-size: 2dvw;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #333;
}

/* Edition Dropdown Styles */
.edition-dropdown {
  position: relative;
  display: inline-block;
}

.edition-btn {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 8px 12px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: opacity 0.2s;
}

.edition-btn:hover {
  opacity: 0.8;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  min-width: 180px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  border-radius: 4px;
  margin-top: 4px;
  overflow: hidden;
}

.dropdown-content.show {
  display: block;
}

.dropdown-item {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.2s;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: #f5f5f5;
}

.dropdown-item.active {
  background-color: #f0f0f0;
  font-weight: 600;
}

p {
  font-family: Eliot Lord;
  font-size: 3dvw;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #333;
}

.content-image {
  text-align: center;
  margin: 30px 0;
}

.content-image img {
  max-width: 400px;
  width: 100%;
}

footer {
  font-family: Surial;
  background-color: #2b2b2b;
  color: #fff;
  padding: 40px 5%;
  margin-top: 60px;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #444;
  padding-bottom: 40px;
}

.footer-section h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.footer-section a {
  display: block;
  color: #ccc;
  text-decoration: none;
  margin-bottom: 12px;
  font-size: 20px;
}

.footer-section a:hover {
  color: #fff;
}

.socials {
  margin-bottom: 30px;
}

.socials a {
  margin-right: 15px;
}

.socials img {
  width: 32px;
  height: 32px;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.socials img:hover {
  opacity: 1;
}

.copyright {
  font-size: 12px;
  color: #999;
  padding-top: 20px;
  border-top: 1px solid #444;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .utility-right .edition-btn {
    display: none;
  }

  body {
    padding-top: 60px;
  }
}

.middle {
  padding-top: 0;
  background-color: #fff;
}

.bobois {
  display: block;
  margin-left: 10%;
  margin-right: 10%;
  width: 75%;
  background-color: #f4efeb;
}

#bobois img {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  #bobois {
    columns: 2;
  }
}

.Quiz {
  background-color: black;
}

#quiz {
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  background-color: #d10c41;
  border-radius: 5px;
  box-shadow: 10px 10px 10px black;
}

#quiz button:hover {
  cursor: url("img/background/Pointer.svg"), auto;
}

.Quiz button {
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: rgb(236, 236, 236);
  color: #131313;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: Eliot Lord;
  font-size: 3dvh;
}

.Quiz button:hover {
  background-color: #8d8f8f;
}

.Quiz footer {
  background-color: black;
  float: left;
  bottom: 0;
  font-size: 5dvh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.Quiz footer a {
  font-family: "Eliot Headline", Times, serif;
  color: black;
}

.Quiz footer a:hover {
  font-family: "Eliot Headline", Times, serif;
  color: white;
}

#question {
  margin-bottom: 20px;
}

#question a {
  font-size: 2dvw;
  font-weight: 900;
  font-family: "Eliot Headline", Times, serif;
}

#options {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

** {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Override conflicting CSS from about_me.css */
.utility-bar.merged {
  display: block !important;
  position: fixed !important;
  top: 0 !important;
}

.main-nav.scrolled .nav-links {
  display: flex !important;
}

.main-nav.scrolled .nav-utility-left,
.main-nav.scrolled .nav-utility-right {
  display: flex !important;
}

/* Main nav transition setup */
.main-nav {
  transition: opacity 0.2s ease-out;
}

/* When not scrolled, hide utility items */
.main-nav .nav-utility-left,
.main-nav .nav-utility-right {
  display: none;
}

/* Main nav becomes the merged bar on scroll */
.main-nav.scrolled {
  position: fixed;
  top: 0;
  background-color: #1a1a1a;
  z-index: 1001;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Hide original utility bar on scroll */
.utility-bar.merged {
  display: none !important;
}

/* Hero logo fade out */
.hero-logo {
  transition: opacity 0.2s ease-out;
}

.hero-logo.hidden {
  opacity: 0;
  max-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-out, max-height 0.3s ease-out,
    padding 0.3s ease-out, margin 0.3s ease-out;
}

/* Adjust nav content layout when scrolled */
.main-nav.scrolled .nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-nav.scrolled .nav-utility-left {
  flex-shrink: 0;
}

.main-nav.scrolled .nav-links {
  flex-shrink: 0;
  margin-left: 20px;
  justify-content: flex-start;
}

.main-nav.scrolled .nav-utility-right {
  margin-left: auto;
  flex-shrink: 0;
}

/* Style nav links for scrolled state */
.main-nav.scrolled .nav-links a {
  color: #fff;
  border-bottom: none;
  padding: 0 15px;
}

.main-nav.scrolled .nav-links a:hover {
  background-color: #2a2a2a;
}

.main-nav.scrolled .nav-links a.active {
  font-weight: bold;
  border-bottom: none;
}

/* Times Homepage Layout */
.times-homepage {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  border-top: 1px solid #ddd;
}

.section-header {
  border-bottom: 3px solid #000;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.section-header h2 {
  font-family: "Eliot Headline", Times, serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Lead Story - Full Width Featured */
.lead-story {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.lead-story .article-image {
  width: 70%;
  max-width: 800px;
  margin: 20px auto;
  display: block;
}

.lead-story h1 {
  font-family: "Eliot Headline", Times, serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}

.lead-story .article-text {
  font-family: Eliot Headline;
  font-size: 24px;
  line-height: 1.6;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
}

/* Grid Layout for Multiple Stories */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.article-card {
  border-right: 1px solid #e0e0e0;
  padding-right: 20px;
}

.article-card:last-child {
  border-right: none;
  padding-right: 0;
}

.article-card h3 {
  font-family: "Eliot Headline", Times, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #000;
}

.article-card .article-image {
  width: 100%;
  height: auto;
  margin: 15px 0;
}

.article-card .article-text {
  font-family: "Eliot Headline", Times, serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* Two Column Layout */
.two-column-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.main-article {
  border-right: 1px solid #e0e0e0;
  padding-right: 40px;
}

.main-article h2 {
  font-family: "Eliot Headline", Times, serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}

.main-article .article-image {
  width: 100%;
  max-width: 600px;
  margin: 20px 0;
}

.main-article .article-text {
  font-family: "Eliot Headline", Times, serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.sidebar-article {
  padding-left: 20px;
}

.sidebar-article h3 {
  font-family: "Eliot Headline", Times, serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}

.sidebar-article .article-image {
  width: 100%;
  margin: 15px 0;
}

.sidebar-article .article-text {
  font-family: "Eliot Headline", Times, serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

/* Category Label */
.category-label {
  font-family: "Eliot Headline", Times, serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0077b6;
  letter-spacing: 1px;
  margin-bottom: 8px;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .articles-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .article-card {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .article-card:last-child {
    border-bottom: none;
  }

  .two-column-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .main-article {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
  }

  .sidebar-article {
    padding-left: 0;
  }

  .lead-story h1 {
    font-size: 32px;
  }
}

p a {
  color: #215177;
  text-decoration: underline;
}

p a:hover {
  color: red;
}
