.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;
}
h1,h2,h3,p{
    font-family:'Poppins',sans-serif;
}