.title {
    --bulma-title-size: clamp(3.5rem, -0.875rem + 8.333vw, 5rem);
}

.background-gradient {
    background: linear-gradient(90deg, #5c0b71 0%, #737373 50%, #160a0a 100%);
}

body {
    position: relative;
    color: white;
}

body::before {
    content: "";
    position: absolute;
    top: calc(var(--bulma-navbar-height) * 2);
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/static/img/seelenkompass/destiny_code.png') no-repeat;
    background-position-x: center;
    opacity: 0.1;
}


.matrix-content {
    position: relative;
}

.matrix-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/static/img/humandesign/logo_blank.png') no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
    opacity: 0.1;
}