body {
    margin: 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #333;
    background-color: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
}

a{ 
    -webkit-touch-callout: none; 
    -webkit-user-select: none;
}

.connection-control {
    width: 100%;
    height: 100%;
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999999;
}

.connection-control p {
    width: 80%;
    font-size: 1.4rem;
    text-align: center;
    margin:0px auto;
}

.connection-control p:first-child {
    padding-bottom: 10px;
}

.connectionBlock {
    display: table-cell;
    vertical-align: middle;
    margin-top: -50px;
    padding: 20px;
}

@media only screen and (min-width: 375px) {}

@media only screen and (min-width: 412px) and (max-width: 414px) {}