:root {
  --white: white;
  --black: black;
}

.section {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}
