.navbar-nav {
    margin-left: auto;
}
.footer {
    background-color: #f8f9fa;
    text-align: center;
    padding: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}


#camera, #photo {
width: 100%; /* Adjust as needed */
}
.img-preview {
width: 100px; /* Adjust as needed */
height: 100px; /* Adjust as needed */
object-fit: cover;
}



#image-preview {
    width: 100%;
    min-height: 240px;
    border: 1px solid black;
    margin-top: 15px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#image-preview img {
    width: 30%;
    margin-bottom: 15px;
}