@font-face {
    font-family: "CustomFont";
    src: url("font/tmob.ttf") format("truetype");
}

body {
    font-family: "CustomFont", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #F1F5F9;
    color: #5e5a5a
}

.clock {
    font-size: 3.5rem
    
}


.date {
    font-size: 1.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5e5a5a
}

body {
  overflow-y: hidden; 
  overflow-x: hidden; 
}

