*{
    color: rgb(0, 0, 0);
}

body {
    background-color: hsl(158, 75%, 60%);

    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #333;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login img {
    width: 40px; /* Adjust the size as needed */
    height: 40px;
    margin-left: 10px; /* Adjust the spacing between checkout and login icon */
}

/*This is for the login page*/
.login-container {
    background-color: #ffffff; /* Background color of the login container */
    padding: 40px; /* Increased padding */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 350px; /* Increased width */
}

.login-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px; /* Increased margin-bottom */
}

.form-group label {
    display: block;
    margin-bottom: 10px; /* Increased margin-bottom */
}

.form-group input {
    width: 100%;
    padding: 10px; /* Increased padding */
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    width: 100%;
    padding: 12px; /* Increased padding */
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}








.logo img {
    height: 50px; /* Adjust size as needed */
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

main {
    padding: 20px;
}
/* Styling for the footer */
footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
}
/* Styling for the footer container */
.footer-container {
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.logo-social img {
    color: #fff;
    width: 150px;
    margin-bottom: 20px;
}

.social-links img {
    color: #fff;
    width: 30px;
    margin-right: 10px;
}

.quick-links,
.contact-info {
    flex: 1;
    color: #fff;
}

.quick-links h3,
.contact-info h3 {
    margin-bottom: 10px;
    color: #fff;
}

.quick-links ul {
    list-style-type: none;
    padding: 0;
    color: #fff;
}

.quick-links ul li {
    margin-bottom: 5px;
    color: #fff;
}

.contact-info p {
    margin-bottom: 5px;
    color: #fff;
}
.car-features ul {
    list-style-type: none;
    color: #fff;
    padding-left: 0;
}

.car-features li {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.car-features li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.car-features strong {
    font-weight: bold;
    color: #007bff; /* Change color as needed */
}
