body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:darkseagreen;
    font-family: 'Courier New', Courier, monospace;
}

.parent {
    padding: 1em;
    /* background-color:aquamarine; */
    width: 1%;
    display: table;
}

header {
    display: flex;
    flex-flow: column;
}


#profile_pic {
    border-radius: 15%;
}

footer {
    /* background: red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#linkedin_logo {
    width: 10%;
}