
body {

    background: #add5ae;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    color: #333;
}


h2 {
    margin-bottom: 10px;
    color: #33502c;
    letter-spacing: 1px;
}


.timer, .timer2 {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px 40px;
    margin-bottom: 40px;
    font-size: 2rem;
    font-weight: 700;
}



