.relogio {
    display: flex;
    justify-content: space-around;
    height: 200px;
    width: 360px;
    background: transparent;
    margin: 0 auto;
    margin-top: 20px;
}

.relogio div {
    height: 140px;
    width: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    background-color: var(--cor4);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    letter-spacing: 3px;
}

.relogio span {
    font-weight: bolder;
    font-size: 60px;
    padding-top: 15px;
}

.relogio span.tempo {
    font-size: 10px;
}

.titulo-relogio {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
    color: white;
}
