.home-page__wrapper {
    height: 100vh;
    background-color: #ebf1f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page__user-info__wrapper {
    width: 350px;
    padding: 52px 33px 51px;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgba(7, 7, 7, 0.08);
    background-color: #ffffff;
}

.home-page__header {
    margin: 0 2px 30px 0;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: center;
    color: #182026;
}

.home-page__photo {
    display: flex;
    justify-content: center;
}

.home-page__photo div {
    width: 64px;
    height: 64px;
    border: solid 2px #d8e1e9;
    background-position: 50%;
    background-size: contain;
    border-radius: 50%;
}

.home-page__full-name {
    margin: 13px 0 0;
    font-size: 16px;
    line-height: 1.63;
    text-align: center;
    color: #182026;
}

.home-page__common-info {
    margin: 20px 2px 30px 0;
    font-size: 14px;;
    line-height: 1.71;
    text-align: center;
    color: #738694;
    display: flex;
    justify-content: center;
}

.home-page__common-info div {
    width: 321px;
}

.home-page__button {
    width: 100%;
}

.home-page__button.admin-button {
    margin-top: 10px;
}

.home-page__button button {
    width: 100%;
    padding: 9px 0 9px;
    border-radius: 3px;
    border: solid 1px #004c7d;
    background-color: #137cbd;
    color: #fff;
}
