html,
body {
    background-color: rgb(15, 15, 15);
}

.container {
    height: 70vh;
    overflow: hidden;
}

svg {
    height: 100%;
    width: 100%;
    position: relative;
}