body::after {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 40vh;
    background-image: url('/assets/images/hinterland.jpg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 1;
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.35) 70%, rgba(0,0,0,0.35) 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.35) 70%, rgba(0,0,0,0.35) 100%);
    pointer-events: none;
}

/* Make the dark mode toggle button circular */
.float-container a {
    border-radius: 50%;
}