body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

#login-section, #vehicle-data-section {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input[type="text"], input[type="password"] {
    margin: 10px 0;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

button {
    padding: 8px 15px;
    border: none;
    border-radius: 3px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

#vehicle-list li {
    list-style-type: none;
    padding: 8px;
    border-bottom: 1px solid #eee;
}

#vehicle-list li:last-child {
    border-bottom: none;
}
</style.css>
