body {
    
    
}

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