* {
  margin: auto;
}
body {
  background-color: white;
}
.flex-container {
  display: flex;
  flex-direction: row;
}

