
.profile {
    align-items: center;
    text-align: center;
    margin-top: 10px;
}

.profile-icon ion-icon {
    border-radius: 100%;
    font-size: 270px;
    background-color: rgba(231, 210, 210, 0.733);
    cursor: pointer;
}

.container h3 {
    font-size: 25px;
    font-weight: bolder;
    padding-bottom: 6px;
    cursor: not-allowed;
}

.container h3 .fa {
    color: orange;
}

.container button {
    background-color: orange !important;
    border: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    outline-color: none !important;
}

/* .container button:hover {
    background-color: rgb(255, 255, 255) !important;
    color: orange !important;
    border: 3px solid orange !important;
    font-weight: bolder !important;
} */

.icons a ion-icon {
    font-size: 20px;
    padding: 8px;
    color: #fff;
    margin-left: 10px;
    margin-top: 10px;
    background-color: black;
    border-radius: 100%;
}

.graceful-message {
    border: 1px solid rgba(0, 0, 0, 0.582);
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 50px;
    border-radius: 15px;
}

.graceful-message h3 {
    padding-bottom: 25px;
}

.graceful-message a {
    background-color: orange !important;
    border: 0 !important;
    border-bottom-right-radius: 20px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.graceful-message a:hover {
    background-color: rgb(255, 255, 255) !important;
    color: orange !important;
    border: 1px solid orange !important;
    font-weight: bolder !important;
    transition: 1s ease-in;
    margin-top: 15px;
}

.fa-pencil {
    color: black;
    padding-right: 5px;
}