.menu-bar {
    display: flex;
    justify-content: center;
}

a {
    text-decoration: none;
    color: black;
}

button {
    padding: 5px;
    background: none;
    width: 130;
    border: none;
}
