.backdrop { position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; z-index: -1; cursor: auto; } .darken { background-color: black; opacity: 50%; }