
a {
    font-weight: 700;
}

.reg__list {
    max-width: 100%;
    margin: 0 auto;
    list-style-type: none;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 95% !important;
}

.reg__item {
    list-style: none;
    background: #fff;
    margin-bottom: 1rem;
    padding: 10px;
    width: 100%;
    border-left: 2px solid rgb(0, 0, 0);
    border-right: 2px solid rgb(0, 0, 0);
    border-radius: 4px;
}

.reg__title {
    text-align: center;
    line-height: normal;
    font-size: 1.6rem;
}

.comUser img {
    border-radius: 50%;
}
