.blocker{
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
    background-color: #212427;
}

.home-blocker{
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
    background-color: #212427;
}