
#suspended-page{
    top:0px;
    left: 0px;
    position: absolute;
    height: calc(100%);
    background-color: white;
}

.page-suspended__text{
    text-align: center;
}