body {
    margin: 0;
    padding: 0;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.landing-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.svg-container {
    width: 100%;
    max-width: 1000px;
}

.svg-container svg {
    width: 100%;
    height: auto;
}
