body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif


}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1ca26b;
  padding: 1rem 2rem;
  color: white;
}
h2 {
  font-size: 20px;
  text-align: center
}

h3 {
  font-size: 20px;
  text-align: left;
}


.logo {
  font-size: 1.5rem;
  font-weight: bold;
}

.nav-links a {
  color: white;
  text-decoration: none;
  margin-left: 1.5rem;
  font-size: 1rem;
}

.nav-links a:hover {
  text-decoration: underline;
}

.hero {
  background: url('images/junkfood.jpg') center/cover no-repeat;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2rem;
}

.hero-content {
  background-color: rgba(255, 255, 255, 0.836);
  padding: 2rem;
  border-radius: 8px;
background-color: rgba(43, 53, 45, 0.685);
  
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: white;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #ffffff;
}

.cta-button {
  background-color: #1ca26b;
  color: white;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}

.cta-button:hover {
  background-color: #1ca26b;
}

.info-section {
  background-color: #ffffff;
  padding: 4rem 2rem;
  text-align: center;
}

.info-section h2 {
  font-size: 2rem;
  color: #1ca26b;
  margin-bottom: 1rem;
}

.info-section p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.container {
  text-align: center;
  height: 1vh; /* Full viewport height */
  display: fit;
  justify-content: center;
  align-items: center;
}
img {
  max-width: 100%;
  height: auto;
  width: 1000px;
}