body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: white;
    background-repeat: no-repeat;
    background-position: bottom;
  }

a {
    text-decoration: none;
    color: black;
}


header {
    background: black;
    padding: 0px;
  
  }
  
  nav {
    background-color: rgb(168, 161, 161);
    font-weight: bold;
    padding: 20px;
  }
  
  ul {
    color: rgb(114, 61, 61);
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  li {
    font-size: 25;
    color: black;
    display: inline-block;
    margin-right: 150px;
  }
  
footer {
    background-color: #f2f2f2;
    padding: 10px 0;
    color: #948a8a;
    margin-top: 20px;
  }

  main {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.car-section {
    margin-bottom: 40px;
}

h1 {
    text-align: left;
    margin-bottom: 20px;
}

h2 {
    text-align: center;
    margin-bottom: 20px;
}

.main-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.car-gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.car-gallery img {
    width: 48%;
    height: auto;
    border-radius: 8px;
}

p {
    text-align: center;
    margin-top: 0;
}





.car-section1 {
    margin-bottom: 40px;
}

.car-content1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.car-content1 img {
    width: 45%;
    border-radius: 8px;
}

.car-description1 {
    width: 50%;
    text-align: left;
    padding-left: 20px;
}


.car-gallery1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.car-gallery img1 {
    width: 20%;
    border-radius: 8px;
}
