:root {
   --main-pink:#E26E8E;
   --light-pink:#ECA2B7;
}

.box-time {
    background-color: rgb(255, 125, 191);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.6em 2.6em;
    position: absolute;
    right: 16%;
    top: -10px;
    border-radius: 10px;
}
.box-time .timer {
    font-weight: 700;
    font-size: 2em;
    color: white;
    letter-spacing: 4px;
    stroke: whitesmoke;
}

