#interstitial {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    text-align: center;
}
#interstitial .move-along {
    margin: 20px 0;
    font-size: 20px;
}