@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family:"Inter Tight", sans-serif;
  margin: 0;
  padding:0;
  text-align: center;
}

.header{
  margin-top: 28px;
  line-height: 10px;
}

.links {
  margin-top: 36px;
  line-height: 10px
}
