body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: "Open Sans", sans-serif;
}

main {
    display: flex;
    flex: 1;
}

#main-header {
    background-color: #23282D;
}

#displayPicture {
    width: 25em;
    height: 25em;
}

#main-header h1{
    color: #fff;
    font-size: 1em;
    text-align: center;
}

/* Sidebar */
#sidebar {
    width: 225px;
    flex: 0 0 12em;
    background-color: #23282D;
}

#sidebar ul {
    padding: 0;
    list-style: none;
}

#sidebar ul li {
    color: #eee;
    padding: 0 0 10px 20px;
}

#ip {
    text-shadow: 1px 2px 4px;
}

/* Quotes */

/* Author */