#profilePhotoPanel {
    position: absolute;
    top: 0;
    width: 50%;
    left: 25%;
    height: 100%;
}

#profilePhotoDiv{
    background-color: beige;
    color: black;
    padding: 1%;
    text-align: center;
}