#content {
        width: 800px;
        background-color: lightgrey;
        margin-left: auto;
        margin-right: auto;
        padding: 12px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }