:root,
html,
body {
  padding: 0;
  margin: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

/* * {
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
} */

.link-styleless {
  color: inherit !important;
  text-decoration: none;
}

.fullSize {
  height: 100%;
  width: 100%;
}
