@import "root.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;
}


.url-block {
    text-align: center;
    font-size: 14px;

    margin-bottom: 5%;
}