.datex {
    height: 85px;
    width: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 2px solid var(--color-21); */
    border: 2px solid #423F3E;
    border-radius: 8px;
}

.color-tp{
    color: #423F3E;
}

.cv{
    content-visibility: auto;
}

.big-date{
    /* height: 300px; */
    /* width: auto; */
    /* border: 2px solid #838b94ad; */
    box-shadow: 2px 5px 20px #748DA6;
    border-radius: 8px;
}

.upex{
    box-shadow: 2px 5px 20px #748DA6;
    border-radius: 10px;
}

.b-d{
    height: 200px;
    
}