.button {
    list-style: none;
}

img {
    width: 200px;
}
body {
    text-align: center;
    font-family: 'Arial';
    background: aquamarine;
    
}

img {
    padding: 3px;
}

ul li {
    list-style: none;
    display: inline-block;
    float: left;
    line-height: 100px;
}

ul li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(94, 94, 94);
    padding: 0 20px;
}

nav {
    width: 100%;
    height: 100px;
    background-color: darkcyan ;
    
}

ul li a:hover {
    color: black;
}
