body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f4f4f4;
}

.container {
    text-align: center;
}

h1 {
    margin-bottom: 10px;
}

.svg-preview {
    width: 100%;
    max-width: 900px; /* Change maximum width as required */
    height: auto;
}

.responsive-svg {
    width: 100%;
    height: auto;
}
