
.center-block {
    position: absolute;
    color: aliceblue;
    text-align: center;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
}

.fluid-window {
    width: 100%;
    height: 100%;
}