.wrapper {
    margin: 200px;
}

.timer {
    color: #fff;
    font-size: 23px;
    padding: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50px;
    background: rgb(213, 21, 123);
}

.oi {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    width: 100px;
    height: 50px;
    font-size: 15px;
    background-color: #ff99ff;
}
#start {
    background: aquamarine;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    height: 50px;
    width: 100px;
}
.Timers {
    display: flex;
    gap: 20px;
    margin: 50px 50px;
    justify-content: center
}

button:disabled {
    background: #c1c1c1;

}

#stopAndStart {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    height: 50px;
    width: 100px;
    font-size: 15px;
    background: #ff99ff;
}