#blank-div {
    background-color: rgba(0, 0, 0, 0.281);
    width: 100%;
    height: 100vh;
    padding: 10%;    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

