.bottomBlur {
    mask-image: linear-gradient(to top, rgb(0, 0, 0) 25%, transparent);
    backdrop-filter: blur(5px);
    width: 100%;
    height: clamp(80px, 10vh, 200px);
    bottom: 0px;
    pointer-events: none;
    position: fixed;
}