.PageView-background{
    background-image: url("../images/backgrounds/smoke_1.png"), url("../images/backgrounds/smoke_2.png");
    background-position-x: center;
    background-position-y: bottom;
    background-size: 100%;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: black;
}

.PageView-block .block__header{
    background-color: transparent !important;
    border-radius: 0px !important;
    border: none !important;
    padding-left: 0px !important;
}

.block--border {
    background-color: #252525 !important;
    border: 0px;
    border-radius: 8px;
}
