body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f2f4f8;
  color: #333;
}

/*  Section   */
section {
  background-color: #ffffff;
  margin: 30px auto;
  padding: 40px 20px;
  max-width: 1000px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}


h1, h2 {
  margin-top: 0;
  color: #222;
}


section p {
  max-width: 700px;
  margin: 0 auto 20px auto;
}

/*  Images  */
section img {
  max-width: 300px;
  margin-top: 15px;
  border-radius: 8px;
}

/*  Buttons  */
.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color:#f7c600;
  color: black;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.btn:hover {
  background-color: #5b7897;
}

/*  Footer  */
footer {
  text-align: center;
  padding: 20px;
  background-color: #222;
  color: #fff;
  font-size: 14px;
  margin-top: 40px;
}

#used,
#accessories,
#repair,
#location,
#contact {
  min-height: 500px;
}

#about {
  background-image: url(images/backlolgo.png);
  padding: 5px 20px;
  margin: 30px auto; 
  display: flex;
  justify-content: center;
}

.aboutlogo {
  width: 200px;
  height: auto;
}



#used h2 {
  text-align: center;
  margin-bottom: 20px;
}

.used-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.used-row img {
  max-width: 400px;
  width: 100%;
  border-radius: 10px;
}

.used-row p {
  max-width: 400px;
  font-size: 18px;
  line-height: 1.6;
}

#used {
  margin: 0 auto !important;     
  padding: 10px 20px 40px 20px;  
}

#used .btn {
  display: inline-block;
  margin: 20px auto 0 auto;
  padding: 12px 24px;
  font-size: 16px;
  background-color: #f7c600;
  color: black;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
}

#used .btn:hover {
  background-color: #f7c600;
}

#accessories .accessories-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap; 
}

.accessories-image {
  max-width: 400px;
  width: 100%;
  border-radius: 10px;
}

.accessories-text {
  flex: 1;
  min-width: 250px;
}

#repair .section-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap; 
}

#repair .section-content p {
  max-width: 400px;
  text-align: left;
}

#repair .section-content img {
  max-width: 400px;
  width: 100;
  border-radius: 10px;
}

.used-row,
.accessories-content,
#repair .section-content {
  max-width: 900px;
  margin: 0 auto; 
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

#contact-page {
  padding: 40px 20px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.contact-info {
  font-size: 18px;
  line-height: 1.6;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
