html, body {
    height: 100%;
}

.image-inner-container {
    border-radius: 50%;
    padding: 5px;
    background: #5F01D1;
    background: -webkit-linear-gradient(to bottom, #5F01D1, #BD88FE, #37017C);
    background: linear-gradient(to bottom, #5F01D1, #BD88FE, #37017C);
}

.image-inner-container img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 5px solid white;
}

.social {
    height: 45px;
    width: 45px;
}

.btn-bd-primary{
    border-radius: 20px !important;
}