* {
  box-sizing: border-box;
}

body {
}

.horizontal {
  display: flex;
}

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