#app {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8e44ad;
    color: white;
}

.box {
    margin: 50px;
    text-align: center;
}

.box .count {
    font-size: 4em;
    margin: 10px 0;
}

.box .title {
    font-size: 1.2em;
    font-weight: bold;
}