body {
    position: relative;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0
}

.backgroundQ {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #001323
}

.backgroundQ .innerQ .linesQ {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.backgroundQ .innerQ .linesQ svg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100vh;
    width: 176.4322916667vh
}

.backgroundQ .innerQ .linesQ .gradientQ {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background-image: linear-gradient(#001323 35%, rgba(0, 19, 35, 0) 80%)
}