﻿
.cuentaRegresiva {
    font-size: larger;
}

#CuentaMS {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    /* Estoy accediendo a CuentaRegresiva.css*/
}

.simply-section {
    width: 100px;
    height: 100px;
    margin: 0 20px;
    /*border-radius: 5px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid;
    border-color: gray;
    padding-right: 50px;
    margin: 20px;
}

.simply-amount {
    display: block;
    font-size: 50px; /* Tamaño de fuente de los números del horario */
    font-weight: 700;
}

.simply-word {
    padding-top: 5px;
    font-weight: 300;
    font-size: 25px; /* Tamaño de las palabras "minuto, hora, etc" */
    line-height: 70px; /* Espacio entre líneas */
}


.simply-seconds-section {
    border-right: none;
}