.totalWidth {
    width: 1200px;
}

.flex-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 5px;
}

path {
    fill: none;
    stroke-linecap: round;
    stroke-width: 2;
}