.bg[data-v-b96580d2] {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.blur-glass[data-v-b96580d2] {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: var(--theme-bg-blur-color);
    height: calc(100% + 200px);
    left: -100px;
    position: fixed;
    top: -100px;
    width: calc(100% + 200px)
}