body{
    font-family:'Poppins',sans-serif;
}
.user_pic_container {
    border: 1px dashed grey;
    height: auto;
    max-height: 100px;
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}
.imageUploader {
    border: 1px dashed lightblue;
    text-align: center;
    margin: 20px;
    position: relative;
    padding: 10px;
}
@media (max-width: 767px) {
        /* Apply styles for screens with a width of 767px or less (typically mobile devices) */
        .col-md-12 img {
            display: block; /* Set display to block for vertical alignment on smaller screens */
            margin: 10px auto; /* Center the images horizontally with some margin */
        }
    }
    
    