body {background: white; color: black}
h1.title {text-align: center}
.center {margin-left: auto; margin-right: auto;}
.flex-container { display: flex; flex-flow: row nowrap; width: 100%;
                  row-gap: 10px; column-gap: 10px;
                  justify-content: space-between;
                  align-items: stretch; width: auto;}
.menu { white-space: normal; width: auto; padding-right: 15px; }
.events { white-space: normal; width: auto; }

