html {
  font-size: 62.5%;
}

body {
  margin: 0;
}

.sideBar {
  height: 100vh;
  max-width: 6rem;
  min-width: 6rem;
  position: absolute;
  left: 0;
  background: linear-gradient(to bottom, #2f1b9a 0%, #1a0670 100%);
}

.auth {
  height: 100vh;
  min-width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
  background: black;
}

.main {
  width: 100vw;
  height: 100vh;
  background: #f4f6f6;
}
