/*
 * -- VEHICLE LIST STYLES --
 */

a.delete-button {
    color: white;
    background-color: var(--flame-red);
}

/*
 * -- NEW VEHICLE FORM STYLES --
 */

.new-vehicle-input {
    justify-content: center;
    align-items: center;
} 

.new-vehicle-input>label {
    max-width: 15%;
}

.new-vehicle-input>input {
    max-width: 30%;
}

.new-vehicle-submit {
    justify-content: center;
    align-items: center;
}