/* CSS Document */
* {
    font-family: 'Oswald', sans-serif;
    margin: 0;
    color: white;
}

body {
    background-color: rgb(51, 51, 51);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mid {
    height: 224px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.text, .sub {
    font-size: 40px;
    text-align: center;
}

.time {
    font-size: 70px;
    text-align: center;
}

.responsive .text, 
.responsive .sub {font-size:200%;}
.responsive .time {font-size:350%;}
