/* Start custom CSS for html, class: .elementor-element-bc03157 */.profile_container{
    width: 100%;
    background: black;
    display: flex;
    flex-direction: column;
  
}

.profile_nav{
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid gray;
}

.logo{
    width:150px;
    
}


.logo img{
    width: 100%;
    filter: invert(1);
}

.menu_items{
    display: flex;
}

.menu_items div{
    border: white 1px solid;
    margin-left: 30px;
    padding: 10px 15px;
    color: white;
    cursor: pointer
}


.menu_items div:hover{
    background: white;
    color: black;
}

.content_main{
    flex-grow: 1;
    display: grid;
    place-items: center;
   
}

h3,tbody{
    color: white;
    margin-top: 50px;
}

button{
    color:black;
}/* End custom CSS */