body {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: white;
    text-align: left;
}

h1 {
    color: white;
    font-size: 27px;
}

h2 {
    color: #8F2031;
    font-size: 24px;
    text-align: left;
}

img {
    width: 300px;
    height: auto;
    margin-top: 10px;
}

nav {
    background-color: green;
    text-align: center;
    padding: 10px;
}

nav a {
    color: white;
    text-decoration: none;
    margin: 15px;
    font-weight: bold;
}

nav a:hover {
    color: yellow;
}

section {
    background-color: #f5f5f5;
    padding: 20px;
    margin: 7px;
    border-radius: 8px;
    border: 3px solid #8F2031;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

.header {
    background-color: #8F2031;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    color: white;
}

.header-logo {
    height: auto;
    width: 120px;
}

.header-text {
    text-align: center;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

th {
    background-color: #8F2031;
    color: white;
}

td {
    padding: 8px;
    text-align: center;
}

video {
    width: 100%;
    margin-top: 10px;
}

footer {
    background-color: green;
    color: white;
    text-align: center;
    padding: 10px;
}

input, textarea {
    width: 100%;
    padding: 8px;
    margin: 5px 0 10px 0;
}

.auto,
.hqf1 {
    width: 100%;
    height: auto;
}


.driver-images {
    display: flex;
    gap: 20px;
    justify-content: left;
    margin-top: 20px;
}

.driver-images img {
    width: 300px;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
}