* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.justify-between {
  justify-content: space-between;
}
