.center {
    display: flex;
    justify-content: center;
    align-content: center;
}

#infographic {
    margin-top: 5em;
    margin-bottom: 5em;
    width: 70%;
}

body {
    background-color: rgb(67, 5, 5);
}