@import "deco/colors.css";

.profile-block {
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 10vh auto 6vh;
}

.profile-avatar {
    width: 140px;
    height: 140px;

    border-radius: 20px;
}

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