.overlap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    width: 100vw;
    height: 100vh;
    z-index: 110;
    color: var(--darker);
}