* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.Button {
    display: block;
    max-width: 280px;
    color: white;
    border-radius: 5px;
    background-color: #B5A7AF;
    margin: 10px;
    padding: 10px;
    align-items: left; 
    text-align: center;
    border-collapse: separate;
}

.MenuBar {
    display: flex;
    flex-shrink: 1;
    float: left;
}

.Button:link {
    color: white;
    text-decoration: none;
}

.Button:hover {
    background-color: #78606E;
    color: #ffffff;
}
.Button:active {
    color: #ffffff;
}
.Button:visited {
    color: #ffffff;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

.MenuBar button:not(:last-child) {
  border-bottom: none; /* Prevent double borders */
}
