body {
    font-family: Futura;
}

.time-left {
    color: #5cb85c
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: #fff;
}