body {
    font-family: "Newsreader";
}
.countdown {
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    text-shadow: 1px 1px 1px #aaa;
}
.timer-box {
    border-radius: 10px;
    padding: 00px;
}
.text{
    position: relative;
    left:0;
    right:0;
    padding: 20px;
}
.content-wrapper{
    z-index:3;
    position: absolute;
    margin-top:100px;
    top:0px;
}