@font-face {
    font-family: Helvetic;
    src: url('./HelveticaNeueCondensedBold/HelveticaNeueCondensedBold.ttf') format(truetype);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
}
.time{
    width:95vw;
    height: calc(0.001em - -30.39vw);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
    
}

.ctn{
    width: calc(0.001em - -30.39vw);
    height: 100%;
    background-color: #0e0e0e;
    border-radius: 20px;
    
    
}

.reloj{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    
}

.line{
    border:2px solid rgb(0, 0, 0);
    position:absolute;
    width: calc(0.001em - -30.39vw);
    top: 50vh;
    
    
}

.number{
    margin-bottom:14px;
    position: relative;
    font-size: calc(1em - -22vw);
    font-family: Helvetic;
    font-weight: bold;
    color:#b7b7b7;
    
    
}





