.car-e-form {
    max-height: 800px;
    height: 800px;
}

.car-e-form-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}

.car-e-form-label {
    font-size: 18px;
    font-weight: bold;
}
.car-e-basic-input {
    max-width: 170px;
    font-size: 18px;
}

.car-e-specs-input {
    max-width: 120px;
    font-size: 18px;
}

.car-e-description {
    max-width: 700px;
    height: 250px;
    font-size: 22px;
}

.car-e-extras-input {
    max-width: 120px;
    font-size: 18px;
}