body {
  background: #181A1B;
  color: #F5F6FA;
  font-family: 'Segoe UI', Arial, sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

.sphere {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    margin: 20px;
    background-color: #555;
    position: relative;
}
.sphere:hover {
    background: #4F8EF7; /* Change color on hover */
}

.full-width-image {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.full-width-image img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.4);
}

/* Add your other styles below */
header {
  background: #23272A;
  padding: 2rem 1rem 1rem 1rem;
  text-align: center;
  border-bottom: 1px solid #2C2F33;
}
h1 {
  color: #f61a1a;
  margin-bottom: 0.5rem;
  font-family: 'Orbitron', 'Segoe UI', Arial, sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 2.8rem;
}
h2 {
  color: #4F8EF7;
  font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
h3 {
  color: #4F8EF7;
  font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  color: #E1E4EA;
  line-height: 1.6;
}
a {
  color: #4F8EF7;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: #82B1FF;
}
.container {
  max-width: 700px;
  margin: 2rem auto;
  background: #202225;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  padding: 2rem;
}
.button {
  background: #4F8EF7;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 1rem;
  transition: background 0.2s;
}
.button:hover {
  background: #3574D4;
}
.full-width-image {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  background: #181A1B;
}
.full-width-image img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.4);
}
.overview-section {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.overview-icon img.resized-image {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 2px 16px rgba(79,142,247,0.22);
  margin: 0 auto;
  display: block;
}
.overview-content h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #4F8EF7;
  font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
.overview-content p {
  margin: 0;
  color: #E1E4EA;
}
.project-goals-module-inline {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  background: #23272A;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(79,142,247,0.10), 0 2px 8px rgba(0,0,0,0.18);
  padding: 2rem 2rem 1.5rem 2rem;
}
.goals-module-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  min-width: 130px;
}
.goals-module-header .resized-image {
  width: 90px;
  height: 90px;
  margin-bottom: 0.5rem;
}
.project-goals-module-inline h3 {
  color: #4F8EF7;
  font-family: 'Orbitron', 'Segoe UI', Arial, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 700;
  text-align: center;
}
.goals-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.7rem;
}
.goals-table td {
  background: #202225;
  color: #E1E4EA;
  padding: 0.7rem 0.8rem;
  border-radius: 8px;
  font-size: 1.02rem;
  vertical-align: top;
  box-shadow: 0 1px 4px rgba(79,142,247,0.07);
}
.goals-table td:first-child {
  width: 38px;
  text-align: center;
  font-size: 1.2rem;
  filter: drop-shadow(0 0 4px #4F8EF7);
}
.goal-keyword {
  color: #82B1FF;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 4px #23272A;
}
footer {
  text-align: center;
  color: #7A7F87;
  padding: 1rem 0;
  font-size: 0.95rem;
  border-top: 1px solid #23272A;
  margin-top: 2rem;
}

.logo-bar {
  position: absolute;
  top: 24px;
  left: 32px;
  z-index: 100;
}
.site-logo {
  width: 300px;
  height: 330px;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(79,142,247,0.18);
  background: #141111;
  padding: 0;abody {
  background: #181A1B;
  color: #F5F6FA;
  font-family: 'Segoe UI', Arial, sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}
header {
  background: #23272A;
  padding: 2rem 1rem 1rem 1rem;
  text-align: center;
  border-bottom: 1px solid #2C2F33;
}
h1 {
  color: #f61a1a;
  margin-bottom: 0.5rem;
  font-family: 'Orbitron', 'Segoe UI', Arial, sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 2.8rem;
}
h2 {
  color: #4F8EF7;
  font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
h3 {
  color: #4F8EF7;
  font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  color: #E1E4EA;
  line-height: 1.6;
}
a {
  color: #4F8EF7;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: #82B1FF;
}
.container {
  max-width: 700px;
  margin: 2rem auto;
  background: #202225;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  padding: 2rem;
}
.button {
  background: #4F8EF7;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 1rem;
  transition: background 0.2s;
}
.button:hover {
  background: #3574D4;
}
.full-width-image {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  background: #181A1B;
}
.full-width-image img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.4);
}
.overview-section {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.overview-icon img.resized-image {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 2px 16px rgba(79,142,247,0.22);
  margin: 0 auto;
  display: block;
}
.overview-content h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #4F8EF7;
  font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
.overview-content p {
  margin: 0;
  color: #E1E4EA;
}
.project-goals-module-inline {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  background: #23272A;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(79,142,247,0.10), 0 2px 8px rgba(0,0,0,0.18);
  padding: 2rem 2rem 1.5rem 2rem;
}
.goals-module-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  min-width: 130px;
}
.goals-module-header .resized-image {
  width: 90px;
  height: 90px;
  margin-bottom: 0.5rem;
}
.project-goals-module-inline h3 {
  color: #4F8EF7;
  font-family: 'Orbitron', 'Segoe UI', Arial, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 700;
  text-align: center;
}
.goals-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.7rem;
}
.goals-table td {
  background: #202225;
  color: #E1E4EA;
  padding: 0.7rem 0.8rem;
  border-radius: 8px;
  font-size: 1.02rem;
  vertical-align: top;
  box-shadow: 0 1px 4px rgba(79,142,247,0.07);
}
.goals-table td:first-child {
  width: 38px;
  text-align: center;
  font-size: 1.2rem;
  filter: drop-shadow(0 0 4px #4F8EF7);
}
.goal-keyword {
  color: #82B1FF;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 4px #23272A;
}
footer {
  text-align: center;
  color: #7A7F87;
  padding: 1rem 0;
  font-size: 0.95rem;
  border-top: 1px solid #23272A;
  margin-top: 2rem;
}
.logo-bar {
  position: absolute;
  top: 24px;
  left: 32px;
  z-index: 100;
}
.site-logo {
  width: 5px;
  height: 5px;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(79,142,247,0.18);
  background: #141111;
  padding: 0;
  display: block;
  object-fit: cover;
}

/* Contact Form Styles */
.contact-container {
  max-width: 500px;
  margin: 2.5rem auto;
  background: #23272A;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(79,142,247,0.10), 0 2px 8px rgba(0,0,0,0.18);
  padding: 2rem;
}
.contact-form .form-group {
  margin-bottom: 1.2rem;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: none;
  border-radius: 7px;
  background: #181A1B;
  color: #F5F6FA;
  font-size: 1rem;
  font-family: inherit;
  box-shadow: 0 1px 4px rgba(79,142,247,0.07);
  margin-top: 0.2rem;
  transition: background 0.2s, box-shadow 0.2s;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  background: #23272A;
  box-shadow: 0 0 0 2px #4F8EF7;
}
.contact-form textarea {
  min-height: 100px;
  resize: vertical;
}
.submit-btn {
  background: #4F8EF7;
  color: #fff;
  border: none;
  padding: 0.85rem 2rem;
  border-radius: 7px;
  font-size: 1.1rem;
  font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 0.5rem;
  letter-spacing: 1px;
}
.submit-btn:hover {
  background: #3574D4;
}
.form-status {
  margin-top: 1rem;
  color: #82B1FF;
  font-size: 1rem;
  text-align: center;
}
.under-construction {
  color: #f61a1a;
  font-family: 'Orbitron', 'Segoe UI', Arial, sans-serif;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
}
.header-logo {
  display: block;
  margin: 0 auto 0.5rem auto;
  width: 20px;      /* Change this value as needed */
  max-width: 90vw;
  height: auto;
  object-fit: contain;
}

.container {
    max-width: 500px;
    margin: auto;
    padding: 20px;
    text-align: center;
    background: #202225;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: calc(100% - 22px);
    margin-bottom: 10px;
}
button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background: #4F8EF7;
    color: white;
    cursor: pointer;
}
button:hover {
    background: #3574D4;
}