.profile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}
.avatar-wrapper {
    width: 30%
}
.sf-username {
    font-size: 1.5rem;
    font-weight: 700;
    color: #339
}
.sf-content,
.sf-media img,
.sf-media video {
    border-radius: 15px
}
.sf-content {
    position: relative;
    box-shadow: 5px 10px 20px 2px #888
}
.sf-downloadbtn {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999
}
.paste {
    position: absolute !important;
    top: 10px;
    right: 8px;
    z-index: 3 !important
}
.paste:hover {
    transform: none !important
}
.img-fluid,.w-100{
    width: 100%;
}
.avatar{
    border-radius: 50%;
}