.Incert-1-hex { color: #054a91; }
.Incert-2-hex { color: #3e7cb1; }
.Incert-3-hex { color: #81a4cd; }
.Incert-4-hex { color: #dbe4ee; }
.Incert-5-hex { color: #f17300; }
.Incert-6-hex { color: #fcfcf2; }
.Incert-7-hex { color: #f2eacc; }
.Incert-8-hex { color: #266087; }

body {
    font-family: 'Inter', sans-serif;
    background-color: #ECFFDC;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

header {
    color: #478778;
    padding-top: 20px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 24px;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

nav ul {
    list-style-type: none;
    overflow: hidden;
    justify-content: center;
    display: flex;
}

nav ul li {
    float: left;
    width: 33%;
}

nav ul li a {
    display: block;
    color: #2E8B57;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

nav ul li a:hover {
    color: lightblue;
    transition: color 0.5s ease;
}

.progress-container {
    position: fixed;
    bottom: 10px;
    z-index: 5;
    width: 100%;
    height: 6px;
    background: #00b894
}

.progress-bar {
    height: 6px;
    background: #00b894;
    width: 0%;
}

footer p {
    color:#000000;
    font-size: 10px;
    margin: 50px auto;
    padding: 10px;
    text-align: center;
    bottom: 0;
    width: 100%;
  }


.controls-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

p {
    color: #000000;
    text-align: justify;
    font-size: 14px;
    margin: 30px auto;
    max-width: 900px;
}

a:hover {
    color: #81a4cd;
}

h2 {
    color: #054a91;
    display: flex;
    justify-content: center;
    position: relative;
}


img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.back-button {
    position: absolute;
    left: 60px;
    top: 60px;
    text-decoration: none;
    color: #054a91;
    font-size: 30px;
}

.grid-container {
    justify-content: center;
    display: grid;
    grid-template-columns: 400px 400px;
    grid-template-rows: 350px 350px;
}

#grid-text {
    padding-top: 20%;
}


.flourish-embed {
    width: 70%;
    height: 600px;
    margin: 0 auto;
    padding: 0;
    border: none;
}

#about-info {
    text-align: justify;
    font-size: 14px;
    margin: 60px auto;
    max-width: 500px;
}

.main-image {
  text-align: center;
  margin: 20px 0;
}

.main-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

#project-overview {
  margin: 50px auto;
  padding: 30px 50px;
  max-width: 950px;
  background-color: #F0FFF0;
  border-left: 5px solid #097969;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  font-family: 'Poppins', sans-serif;
}

#project-overview h2 {
  font-size: 30px;
  color: #097969;
  margin-bottom: 20px;
}

#project-overview h3 {
  font-size: 22px;
  margin-top: 30px;
  color: #333;
}

#project-overview p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}

#project-overview ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

#project-overview li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
}

.authors-note {
  margin: 10px auto;
  font-size: 14px;
  text-align: center;
}

figure {
  margin: 40px 0;
  text-align: center;
  max-width: 100%;
}

figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

figcaption {
  margin-top: 12px;
  font-size: 15px;
  color: #444;
  text-align: justify;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
