html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}
:root {
  --primary-color: #0077cc;
  --secondary-color: #f0f0f0;
  --sidebar-bg: #1d1d1d;
}