.streak_number{
    font-size: 33px;
    font-weight: bolder;
    margin-top: 2px;
}

.streak_infos{
    display: flex;
    flex-direction: column;
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 50%;
    user-select: none;
    cursor: pointer;
}
.streak_week_label{
    margin-top: -15px;
    font-size: small;
}
.streak_type_label{
    margin-top: -7px;
    font-size: small;
}
.green_streak{
    color: #fafcff;
    background-color: green;
}
.gray_streak{
    color: #fafcff;
    background-color: #8a8b8a;
}