* {
  border: solid red 1px;
}

main {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}

#toplinks {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 10ch;
}

#toplinks * {
  font-size: 16pt;
}

h2 {
  margin-top: 25px;
  box-sizing: border-box;
}

#pricelist {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
}