.circle {
    margin: auto;
    background: none;
    border: 3px solid rgba(202, 31, 31, 0.671);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.middleCircle {
    margin: auto;
    background: none;
    border: 3px solid rgba(202, 31, 31, 0.671);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bigCircle {
    margin: auto;
    background: none;
    border: 3px solid rgba(202, 31, 31, 0.671);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-thin {
    font-size: 80%;
    font-weight: 100;
}

.wr-container {
    display: flex;
}

.child {
    flex: 1;
}

.child:first-child {
    margin-right: 20px;
}

