#menu{
    background-color: rgba(17, 196, 130, 0.897);
    overflow: hidden;
    width: 100%;
    height:80px;
    position :fixed;
    top:o;
}


#menu {
    background-color:aquamarine (45, 72, 72);
}

#menu ul {
    list-style: none;
    display: flex;
    align-items: center;
}

#menu ul li {
    margin: 0;

}

#menu ul li a {
    text-decoration: none;
    color: rgb(24, 110, 147);
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: 14px 20px;

}

#menu ul li image
 {
    width: 50px;
    height: 50px;
}

#menu ul li a:hover {
color: white;
 background-color: rgb(22, 45, 215);
}