@import url("../styles/data.css");
@import url("../styles/icons.css");
@import url("../styles/sprite.css");
@import url("../styles/shortcuts.css");
@import url("../styles/heading.css");
@import url("../styles/footer.css");
@import url("../styles/typography.css");

:root {
  --background-color: white;
  --sprite-size: 80px;
  --negative-sprite-size: -80px;
  --tooth-size: 10px;
  --wheel-color: black;
}

body {
  overflow: hidden;
  height: 100svh;
  margin: 0;
  background-color: var(--background-color);
}

main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;

  height: 100%;

  text-align: center;
}

section {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  align-self: stretch;
  justify-content: center;
}
