body{
font-family:Arial;
background:#f4f4f4;
margin:0;
padding:20px;
}

.container{
max-width:900px;
margin:auto;
}

.card{
background:white;
padding:20px;
margin-bottom:20px;
border-radius:8px;
box-shadow:0 2px 5px rgba(0,0,0,0.1);
}

.images{
display:flex;
gap:10px;
flex-wrap:wrap;
}

.images img{
width:120px;
height:120px;
object-fit:cover;
border-radius:6px;
}

input,select{
width:100%;
padding:10px;
margin-bottom:10px;
}

button{
padding:10px;
background:#2c7be5;
color:white;
border:none;
width:100%;
cursor:pointer;
}