body {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: top center;
    background-color: #FFF;
}

#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.content {
    display: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: table;
    height: 100vh;
}

.content .inner {
    display: table-cell;
    vertical-align: middle;
}

.timeblock {
    margin: 0 auto;
    border: solid 1px rgba(255, 255, 255, 0.5);
    line-height: 100px;
    border-radius: 300px;
    padding-top: 0px;
    width: 300px;
    height: 300px;
    box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.5);
}

.name {
    padding-top: 85px;
    text-align: center;
    color: #fff;
}
