/* Remove the footer */
footer, .site-footer, #footer {
    display: none !important;
}
/* Increase the size of the avatar image */
.profile_photo, .u-photo {
    width: 90px !important;
    height: 90px !important;
    border-radius: 50%;
}