/*navbar ALL PAGES*/
#index {
    padding: 15px;
    align-items: center;

}
.index-item {
    display: inline;
    padding: 8px;
    margin: 3px;
    border-radius: 3px;
    background-color:aquamarine;
    max-width: 85px;
    text-align: center;
}
.a-item {
    text-decoration: none;
    color: black;
}
.a-item:hover {
    color: orange;
}