.disclamer {
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 40px;
    border-top-left-radius: 10px;
    background: rgba(0, 0, 0, 0.322);
    backdrop-filter: blur(50px);
    text-align: center;
    cursor:default;
    user-select: none;
}