
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding-top: 100px; /* Add padding to body equal to telemetry height */
    text-align: center;
    background-color:rgb(255, 255, 255);
}

@font-face{
    font-family:'digital-clock';
    src: url('/fonts/TickingTimebombBB.ttf');
   }

   .cuenta{
    font-family:'digital-clock';
    font-size: 2.5rem;
    color: #557392;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
   }

   .normal{
    font-size: 1.5rem;
    font-weight: 500;
    color:black;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
   }