.img-fluid {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

#profileName {
    font-size: 26px;
}

.profileStats {
    width: 348px;
    margin: 0 auto;
    /* background: gray; */
    background: #31394D;
    color: white;
    padding: 30px;
    border-radius: 11px;
    margin-top: 10px;
}

.emptyProfile {
    box-shadow: 0 2px 4px rgb(0 0 0 / 16%);
}

#profileMyAvails {
    padding-top: 20px;
}

a {
    color: white;
}

a:hover {
    color: #7f8184;
}

.prettyBack {
    background: rgb(191 185 185 / 22%);
    padding: 8px;
    border-radius: 5px;
}

.prettyShadow {
    box-shadow: 0 4px 5px rgb(0 0 0 / 16%), 0 6px 7px rgb(0 0 0 / 16%);
}

#joinedOn {
    font-size: 40%;
}

textarea#user-about {
    width: 100%;
}

ul.list-unstyled.mt-2.prettyBack {
    font-size: 12px;
}

.aboutProfile {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 10px;
    background: #18292638;
    padding: 8px;
    border-radius: 5px;
}