.TONLaunchScreen {
    display: inline-block;
    background-color: #0083e0;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.TONLaunchLogo {
    display: inline-block;
    background-color: transparent;
    background-image: url('launch-logo.png');
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 128px;
    height: 128px;
    background-size: 128px 128px;
}
