
#profile-container {
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--action);
    font-size: 40px;
    color: white;
    font-weight: bold;
/* This sets a background color for the circular container */
}

#profile_image {
    width: auto;
    height:6rem;
    display: block;
 /* To ensure the image itself is also rounded */
}


#profile-section{
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: left;
    align-items: center;
    gap: 2rem;
    padding: .5rem;
    color: var(--font-200);
}

#information-section{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    width: fit-content;
    padding: 1rem;
}

.edit-button{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
}

#profile-button-layout{
    position: relative; 
    width: fit-content;
}

#userReference{
    height: 6rem;
    width: 10rem;
    overflow: hidden;
}


@media only screen and (max-width: 991px) {

    #profile-section{
        display: flex;
        flex-direction: column;


    }

}


.enter-gift-card-section{
    border: solid var(--background-300) 1px;
    border-radius: .25rem;
    padding: 1rem;
}




.container__1{
    border: solid var(--background-300) 1px;
    border-radius: .25rem;
    border-radius: .25rem;
    background-color: var(--background-200);
    color: var(--font-200);
    overflow: hidden;
}