
body{
    background-color: #000814;
    font-size: 1.2rem;
}

h2, h3, h4 {
  margin-bottom: 1rem;
}

.highlight {
  color: #f9c800;
  font-weight: bold;
  text-align: center;
}


.team{
      padding: 3rem 2rem;
  max-width: 1200px;
  margin: auto;
}


.team p {
  max-width: 800px;
  margin: 0 auto 2rem;
  text-align: center;
      font-family: "Libre Franklin", sans-serif;
    font-optical-sizing: auto;
  font-style: normal;
  line-height: 2;
}

.team-images {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.team-images img {
  width: 200px;
  height: 250px;
  border-radius: 10px;
}

.culture {
    padding: 3rem 2rem;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.culture-left {
    font-family: "Libre Franklin", sans-serif;
    font-optical-sizing: auto;
  font-style: normal;
  line-height: 2;
  flex: 1;
  
}

.culture-left h2 {
  color: #f9c800;
}

.culture-left button {
  background-color: #f9c800;
  border: none;
  color: black;
  padding: 0.8rem 1.5rem;
  margin-top: 1.5rem;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}

.culture-right {
  flex: 1;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 0.5rem;
}

.image-grid img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.method{
  padding-bottom: 1rem;
}

.method h2 {
  color: #f9c800;
  text-align: center;
}

.method p {
  text-align: center;
  max-width: 900px;
  margin: 1rem auto;
      font-family: "Libre Franklin", sans-serif;
    font-optical-sizing: auto;
  font-style: normal;
  line-height: 2;
}

.camera-row {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.camera-row img {
  width: 200px;
  height: auto;
  border-radius: 8px;
}
