html {
    min-height: 100%;
    font-size: 16px;
}

header{
    position:absolute;
    top:0;
    height:10%;
    width:100%;
}

.body{
    position:absolute;
    top:40%;
    width:100%; 
}

footer{
    position:absolute;
    bottom:0;
    width:100%;
    height:5%;
}

.imgSelf {
    border-radius: 50%;
    width: 9em;
    height: 8em;
    border: 1px solid grey;
}