body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
}

.flex {
  margin: 10px 0;
}

#soup-canvas {
    order: 1;
}

#button {
    order: 3;
}

#recipe-link {
    order: 2;
}