.page-cover {
    position: fixed;
    z-index: 6;
    width: 100%;
    height: 100%;
    display: flex;
    left: 0px;
    top: 0px;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.7);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}