#head_menu {
    font-size: 17px;
    font-family: 'Blender Pro';
    color: #979797;
    background: #121212 url(/images/chrono/bg.png) top left repeat-x;
    height: 50px;
    display: flex;
    flex-direction: row;
    z-index: 9998;
    position: fixed;
    width: 100%;
    margin-top: -47px;
    text-transform: uppercase;
    font-weight: 400;
}

.menu_avatar {
    width: 130px;
    height: 118px;
    /* background: #4c4d16; */
    margin-left: 50px;
    margin-top: 5px;
    border: 10px solid #4c4d1b36;
    z-index: 9999;
}

.menu_buttons {
  margin-left: 20px;
  margin-top: 5px;
  display: flex;  
}

.menu_button {
    padding: 10px;
}

.menu_icon {
    color: #4c4d1b;
}
		
		