body {
    background-color: #f7f7f7;
    font-family: Arial, sans-serif;
}


a{
    color: white;
    align-self: center;
}

.driver-row {
    display: flex;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
    padding: 20px;
}

.driver-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    height: 550px;
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.driver-info {
    text-align: left;
    margin-bottom: 10px;
}

.driver-name {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    display: flex;
    align-items: center;
    color: white;
}

.team-name {
    font-size: 1rem;
    color: rgb(184, 182, 182);
}

.driver-img {
    height: 420px;
    object-fit: contain;
    width: 750px;
    object-position: top;
}

.flag-img {
    width: 24px;
    margin-left: 8px;
    vertical-align: middle;
}