
.garage-ai-box{
background:#f5f5f5;
padding:40px;
border-radius:10px;
text-align:center;
max-width:650px;
margin:auto;
font-family:Arial;
}

#garage_plate{
font-size:20px;
padding:12px;
width:220px;
text-align:center;
letter-spacing:2px;
margin-right:10px;
}

button{
background:#0b4ea2;
color:white;
padding:10px 20px;
border:none;
border-radius:6px;
cursor:pointer;
}

button:hover{
background:#083b7a;
}

.garage_vehicle_box{
background:white;
padding:20px;
margin-top:20px;
border-radius:8px;
}

input,select{
padding:10px;
margin:5px;
width:240px;
}
