* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overscroll-behavior: none;
}
a {
  font-family: 'rubic';
}

@font-face {
  font-family: 'rubic';
  src: url('./assets/Rubic.woff2');
}

#root {
  display: flex;
  justify-content: center;
}
