.initial {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.initial h2 {
    text-align: center;
    flex: 0 0 70px;
    padding: 20px 5px;
    margin: 0;
    align-self: center;
    background-color: #efefef;
    border-radius: 100%;
}

.star-profile-wrapper {
    background-color: white;
    padding: 10px;
    min-height: calc(100vh - 100px);
    margin-top: 40px;
}

.profile-wrapper .profile {
    display: flex;
    width: 100%;
}

.profile-wrapper .profile .fas {
    flex: 0 0 10%;
    padding: 8px;
}

.profile-wrapper .profile .details p {
    margin-bottom: 0;
    font-weight: 700;
}
.notice {
    background-color: #f7f7f7;
    padding: 10px;
}

.notice p {
    margin-bottom: 0!important;
    font-size: 12px;
}

.star-dynamic-header.profile span a {
    color: white;
    font-size: 16px;
    font-weight: 600;
}
@media (max-width: 375px){
    .star-profile-wrapper{
        margin-top: 0;
    }
}