.menu ul{
    display:flex;
    flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.menu ul li{
    display: block;
    padding-right: 20px;
}

h1{
    text-align: center;
}