* {-webkit-box-sizing:border-box;box-sizing:border-box}

body {
    padding:0;
    margin:0;
    background-color: #161641;
    font-size: 20px;
                      
}

#container {
    position:relative;
    height:100vh;
}

#container .staging {
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}

.staging {
    max-width:910px;
    width:100%;
    line-height:1.4;
    text-align:center;
}

.staging .title h1 {
    font-family:montserrat,sans-serif;
    font-size:2em;
    font-weight:900;
    margin:0;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:10px;
}

.staging h2 {
    font-family:montserrat,sans-serif;
    font-size:1.5em;
    font-weight:700;
    color:#fff;
    margin-top:20px;
    margin-bottom:15px;
}

@media only screen and (max-width:767px) {
    body {
        font-size:14px;
    }
}

@media only screen and (max-width:480px) {
    body {
        font-size:12px;
    }
}
