body {
    background-color: #fdfdfd;
    color: #424242;
    margin: 0;
    padding: 0;
}



.container {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.title {
    flex: 1;
    text-align: center;
}
    .title>hr {
        border: solid 2px #bbbbbb;
    }
    .title>h1 {
        font-family: monospace;
    }
    
.count {
    position: absolute;
    bottom: 3px;
    right: 3px;
    font-family: monospace;
    font-size: 10pt;
    color: #6d6d6d;
}