@import "colors.css";

.profile-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10vh auto 6vh;

    border: 5px solid var(--comment-color);
    border-radius: 25px;

}

.profile-avatar {
    width: 140px;
    height: 140px;
    border-radius: 25px;
}

.profile-avatar, .profile-text {
    margin: 1vw;
}