@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@200;300&family=Open+Sans:wght@300;400&family=Oswald:wght@200;300&family=Quicksand:wght@300;400&family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body {
    height: 100vh;
    background-image: url(../img/florest.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.relogio {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 200px;
    width: 550px;
    background: transparent;
    box-shadow: 0px 8px 10px;
}

.relogio div{
    height: 170px;
    width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: aliceblue;
    background-color: rgba(5, 5, 5, 0.495);
    box-shadow: 5px 5px 15px rgba(5, 5, 5, 0.916);
    border-radius: 7px;
    letter-spacing: 0px;
}

.relogio span {
    font-weight: border;
}

.relogio span.tempo {
    font-size: 0px;
}

.ponto  {
    color: aliceblue;
    font-size: 40px;
}
