/* Add your css code here */
ul.links li a {
    display: none;
}

.ul-parent{
    background-color: white;
    color: black;
  
}

.ul-parent-account{
  display:flex;
}

.w3-container{
    background-color: white;
    display:flex;
    align-items: start;
    flex-direction: column;
 
}
.ul-0{
    display:flex;
        gap: 30px;
    align-items:start;
}

.li-0{
    display:flex;
    flex-direction:column;
}