@import url('https://fonts.googleapis.com/css2?family=Comic+Relief:wght@400;700&display=swap');

body{
    background-color: rgb(141,141,117);
    font-family: "Comic Relief",system-ui;
    text-align: center;
}

#new_home{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#vehicle_cc_div,
#vehicle_year_div,
#new_worker_div,
#new_boat_div{
    display:flex;
    align-items: center;
    justify-content: center;
}

.optional{
    font-size: smaller;
    margin:0;
    color:red;
}

#res{
    color:green;
    font-weight: bolder;
}