body > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.profile_photo {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.profile_photo img {
    border-radius: 50%;
    border: 1px solid #aaa;
    width: 70px;
    height: 70px;
}

.profile_text {
    padding-left: 1em;
}
