body {
    font-family: sans-serif;
    text-align: center;
    background-color: #f4f4f4;
}

.svg-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

svg {
    border: 1px solid black;
}
