.minutes{
    font-size: 3em;
    font-weight: bold;
    color: black;
    line-height: 100%;

}

.segundero{
    font-size: 2em;
    color: black;
    line-height: 100%;
}

.clock{
    padding: 10%;
    border-radius: 50%;
    margin-left: 10%;
    background-color: white;
}


.slide-9 .pomotitle{
    font-size: x-large;
    text-transform: uppercase;
    line-height: 100%;
    color: white;
}

.slide-9 .buttom-band{
    font-size: large;
    padding-right: 4vw;
    padding-left: 4vw;
}

.slide-9 .clock-timer{
    font-size: xx-large;
}

.start-pomodoro{
    height: 60px;
    width: 23%;
    min-width: 140px;
    font-size: large;
    background-color: #78b82a;
    color: #fff;
    outline: none;
}
.clock .options .reset{
    height: 60px;
    width: 23%;
    min-width: 140px;
    font-size: large;

    background-color: rgba(96, 2, 29, 0.6);
    color: #fff;
    outline: none;
}