body{
    font-family:'Poppins',sans-serif;
}
h1,h2,h3,h4,h5,h6,p{
        font-family:'Poppins',sans-serif;

}
.header-img{
    width:100%;
    height:230px;
    background-size:cover;
    background-repeat:no-repeat;
}
.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;
}