body {
    flex: 1;
    justify-content: center;
    align-items: center;
    background-color: #CCF4FD;
}

.svg-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}