html {
    background-color: #FED8B1;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px
}

header {
    text-align: center;
}

#content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#content-pic {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 30%;
    min-width: 200px;
}

#content-body {
    flex-grow: 2;
    flex-shrink: 2;
    flex-basis: 60%;
}

.me {
    justify-content: center;
    max-width: 90%;
    margin: 1em;
}