body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #121212;
    color: #ffffff;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

header {
    border-bottom: 2px solid #ff6347;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h1 {
    color: #ff6347;
}

.car-image {
    width: 100%;
    height: auto;
    border: 3px solid #ff6347;
    border-radius: 10px;
    margin-bottom: 20px;
}

.details {
    background-color: #1e1e1e;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.details h2 {
    color: #ff6347;
    margin-bottom: 10px;
}

.details ul {
    list-style: none;
    padding: 0;
}

.details ul li {
    margin: 10px 0;
    text-align: left;
}

footer {
    margin-top: 20px;
    border-top: 2px solid #ff6347;
    padding-top: 10px;
    font-size: 0.8em;
    color: #aaaaaa;
}
