#evilnav {
display: flexbox;

}
#lilili{
    display: flex;
    list-style-type: none;
    justify-content: space-around;
}

.oraora{
    display: flex;
    color: orange;

}

#spinache{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-basis: 0;
    flex-grow: 1;
    
}

.boxyboxy {
    color: rgb(255, 255, 255);
    background-color:#696969;
    border-radius: 5px;
    text-align: center;
    width: 300px;
    height: 50px;
    padding: 50px;
    margin:20px;
    padding-top: 15px;

}


