@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');

body{
    background: #121212;
}

#clock{
    color: #e2e6e7;
    font-family: 'Lato', sans-serif;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #161515;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    height: 120px;
    width: 500px;
    border-width: 4px;
    border-style: solid;
    border-radius: 1000px;
}

.time{
    letter-spacing: 0.05em;
    font-size: 80px;
}