html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner {
  width: 0;
}
body.loaded {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
