.label_elem {
    width: 100%;
    /* text-align: center; */
    display: flex
;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Minecraft';
}

.top_block_label_line {
    display: flex
;
    border: 1px solid gray;
    border-radius: 10px;
    height: 55px;
}

.top3_users {
    display: flex;
    height: 300px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
}

img.img_top_user {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
}

.top_user_elem {
    width: 33%;
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_block {
    margin-top: 100px;
}

.top_block_label_line {
    display: flex
;
    border: 1px solid gray;
    border-radius: 10px;
    height: 55px;
    width: 70%;
}

.top_block {
    margin: 100px 0 50px 0;
        display: flex
;
    flex-direction: column;
    align-items: center;
}

.table {
    border: 1px solid gray;
    border-radius: 10px;
    display: flex
;
    flex-direction: column;
    gap: 10PX;
    width: 50%;
}

.line_table {
    background: #f0f8ff0a;
    height: 50px;
    display: flex;
    align-items: center;
    color: #f5e8d9;
    font-family: Minecraft;
}

img.img_table_user {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 10px;
}

.active_label_elem {
    border-radius: 10px;
    background: gray;
}

.top_block_label_line:hover {
    cursor: pointer;
}

.table_shell {
    display: flex
;
    flex-direction: column;
    align-items: center;
}

.top_user_level_1 .img_top_user {
    width: 250px;
    height: 250px;
}

img.crown_leader {
    width: 135px;
    height: 100px;
    position: absolute;
    top: -77px;
}

.top_mesto_label {
    margin-top: 20px;
    font-size: 40px;
    font-family: 'Minecraft';
    color: #c4efff;
}

.top_mesto_name {
    font-family: 'Minecraft';
    color: #f5e8d9;
    margin-top: 10px;
}

.mesto {
    margin: 20px;
    font-size: 16px;
    font-family: 'Minecraft';
    color: #c4efff;
}

.user_info_line {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 100%;
}