
.fixed{
    position: fixed;
}

.absolute{
    position: absolute;
}

.sticky{
    position: sticky;
}

.relative{
    position: relative;
    background: var(--navbar-bg);
}