body {
    display: flex;
    justify-content: center;
}

.wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    font-family: sans-serif;
}

.user_wrapper {
    display: flex;
    width: 100%;
    max-width: 900px;
    font-size: 15px;
    font-family: sans-serif;
    justify-content: space-between;
    margin: 0 auto;
}

.user_wrapper>* {
    padding: 5px 15px;
}

.user_wrapper>*>span {
    font-weight: bold;
}

.user_email {}

.user_name {}

.total_score {}

.total_score .plus {
    color: green;
}

.total_score .minus {
    color: red;
}