.wrap-all-content{
    width: 100vw;
    height: 100vw;
    background-color: #00000005;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: var(--navbar-height);
}
