.timer {
    display: flex;
    background-color: antiquewhite;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

.field {
    padding: 40px 5px;
    background-color: beige;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.value {
    margin-bottom: 20px;
    background-color: black;
    color: white;
    padding: 30px 20px;
    font-size: 45px;
    border-radius: 20px;
}

.label {
    font-size: 20px;
}


.box {
    width: 100%;
    margin: 0 auto;
}

.output {
    text-align: center;
    font-size: 80px;
    font-weight: 900;
    background-clip: text;
    color: transparent;
    background-image: url(http://i.giphy.com/fsULJFFGv8X3G.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1000px;
}