body {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.landing-header {
  display: flex;
  width: 100%;
  height: 100px;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  padding: 28px 188px 28px 188px;
  background-color: hsl(240, 100%, 94%);
}

.logo-text {
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .landing-header {
    padding: 24px;
  }

  .logo-text {
    font-size: 14px;
  }
}

.nav-text {
  font-size: 14px;
  font-weight: 600;
}

.main-color {
  color: #0000ff;
}

.secondary-color {
  color: #0d0d0d;
}

.other-nav-color {
  color: #616161;
}

.logo-container {
  display: flex;
  align-items: center;
}

.nav-container {
  display: flex;
  gap: 20px;
  align-items: center;
}

.contact-button {
  padding: 10px 14px 10px 14px;
  border-radius: 8px;
  background-color: #0000ff;
  color: #fcfcfc;
}

.section-one-image {
  flex: 1;
  max-width: 544px;
  max-height: 450px;
  border-radius: 30px;
  background-color: #0000ff;
}
