@charset "utf-8";
/* CSS Document */

:root {
  --body-title-font: "Inter", sans-serif;;
  --body-text-font: "Inter", sans-serif;;
  --fontawesome-free: "Font Awesome 6 Free";
}

*, html {
  margin:0;
  padding:0;
}

body {
  font-family:var(--body-text-font);
}

#main {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: centerù;
}