@import url(https://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic,100);
* {
    box-sizing: border-box;
    margin: 0;
}

.counter > h1, .counter > p, .counter > h2, .counter > h3, .counter > h4, .counter > ul, .counter > li, .counter > div {
    margin: 0;
    padding: 0;
}

.loading-page {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.loading-page .counter {
    text-align: center;
}
.loading-page .counter p {
    font-size: 40px;
    font-weight: 100;
    color: #f60d54;
}
.loading-page .counter h1 {
    color: white;
    font-size: 60px;
    margin-top: -10px;
}
.loading-page .counter hr {
    background: #f60d54;
    border: none;
    height: 1px;
}
.loading-page .counter {
    position: relative;
    width: 200px;
}
.loading-page .counter h1.abs {
    position: absolute;
    top: 0;
    width: 100%;
}
.loading-page .counter .color {
    width: 0px;
    overflow: hidden;
    color: #f60d54;
}
