html,body{
    height: 100%;
}

body{
    background-image: url('../patterns/JHMLightGrey@2x.png');
}

.container{
    padding-top:16px;
    min-width:320px;
    max-width: 786px;
    height: 100%;
    
    background-color: white;
}

.profileImg{
    width: 256px;
    height: 256px;
}