body {
    /*background: linear-gradient(130deg, #283456, #283456, #0d1017, #283456, #3d3e42, #283456, #283456);*/
    /*background-color: #283456;*/
    z-index: 100;
    overflow-x: hidden;
    
}

.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    backdrop-filter: blur(5px);
    height: 100%;
    
}